- Microsoft JhengHei 微軟正黑體
- Google fonts – cwTeXKai (Chinese Traditional) 楷體字體
- Google fonts:cwTeXYen (Chinese Traditional) 圓體字體
- Google fonts:cwTeXFangSong (Chinese Traditional) 仿宋體字體
- Google fonts:Noto Sans TC (Chinese Traditional) 黑體(思源黑體)
- Google fonts – cwTeXMing (Chinese Traditional) 明體字體
設定方式
於「外觀>>自訂>>附加的 CSS」貼上代碼
注意事項
※ 如果主題有將 用於 icon,更改字體可能會造成圖案出不來,這時請將 CSS 代碼中的 span 刪除即可
瀏覽器預設:新細明體
Microsoft JhengHei 微軟正黑體
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, span, a, blockquote, th, td {
font-family: Microsoft JhengHei !important;
}
Google fonts – cwTeXKai (Chinese Traditional) 楷體字體
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
/*字體*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, span, a, blockquote, th, td {
font-family: 'cwTeXKai', serif !important;
}
Google fonts:cwTeXYen (Chinese Traditional) 圓體字體
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
/*字體*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, span, a, blockquote, th, td {
font-family: 'cwTeXYen', serif !important;
}
Google fonts:cwTeXFangSong (Chinese Traditional) 仿宋體字體
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
/*字體*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, span, a, blockquote, th, td {
font-family: 'cwTeXFangSong', serif !important;
}
Google fonts:Noto Sans TC (Chinese Traditional) 黑體(思源黑體)
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*字體*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, span, a, blockquote, th, td {
font-family: 'Noto Sans TC', serif !important;
}
Google fonts – cwTeXMing (Chinese Traditional) 明體字體
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
/*字體*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, span, a, blockquote, th, td {
font-family: 'cwTeXMing', serif !important;
}