支援本土語言漢字、羅馬字的烏體字型,修改自 Source Han Sans。
若需要其他語言文字,會使佮 Google Noto Fonts 做伙使用。
支援本土語言羅馬字的等寬字型,修改自 Babelstone Modern。
網站經過設定了後,就會當予網站內面的本土語言用字正常顯示。
提供 .woff2
、.woff
、.otf
三種格式,支援大多數的瀏覽器。
(注意:需要佇「會使家己設定 HTML、CSS」的網站才通使用。)
<head>
(推薦)<link href="https://tauhu.tw/tauhu-oo.css" rel="stylesheet">
<link href="https://tauhu.tw/tauhu-mootng.css" rel="stylesheet">
@import url(https://tauhu.tw/tauhu-oo.css);
@import url(https://tauhu.tw/tauhu-mootng.css);
font-family
來指定字型,推薦範例:font-family: tauhu-oo, PingFangTC-Regular, "Microsoft JhengHei", sans-serif;
font-family: tauhu-mootng, monospace;