2023-05-30註:本文內容已經過時,有機會我才來寫新式个設定法。
台語文網誌卜設定字型,予伊會得sù-sī浮出台羅符號,有兩款法度。一款是佇「自定樣式(CSS)」遐修改 font-family 个指定字型,將有支援台羅个字型排做前;一款是佇每一篇網誌个起頭,將網誌个扑字方式先切過去HTML原始碼个操作模式,家治指定字型,指定好,才閣切轉來用卡好用个介面來扑字就可以。
第一款,可比講佇 xuite blog,會使按呢設[siat]:
/*文章主體*/
.blogbody{
word-wrap: break-word;
/* font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; */
font-family: "Taigi Unicode", "Doulos SIL", "Charis SIL", "Lucida Sans Unicode", serif;
font-size: 17px;
letter-spacing: 0.1ex;
line-height: 1.6;
ccolor: #202020;
width:100%;
}
/*留言內容*/
.commenttext{
word-wrap: break-word;
width:100%;
margin-top:10px;
margin-bottom:10px;
color: #454545;
font-size: 11pt;
font-family: "Taigi Unicode", "Doulos SIL", "Charis SIL", "Lucida Sans Unicode", serif;
letter-spacing: 0.2ex;
}
第二款直接扑 HTML 標籤,有兩種,一種是舊式个,一種是新式个。舊式个:
<font face="Taigi Unicode">....</font>
新式个:
<span style="font-family: 'Taigi Unicode', 'Lucida Sans Unicode', 'Arial Unicode MS', serif">...</span>
以上,加減愛捌寡網頁製作个智識。無基礎个儂,恐驚做無路來。
Comments powered by Disqus.