|
发表于 2004-1-17 17:03:48
|
显示全部楼层
最初由 hgty123456789 发表
複製到 /etc/fonts/fonts.conf 或是 /etc/fonts/local.conf 中:
[CODE]<match target="font">
<test target="pattern" name="lang" compare="contains">
<string>zh-tw</string>
<string>zh-cn</string>
<string>ja</string>
<string>ko</string>
</test>
<edit name="spacing">
<const>proportional</const>
</edit>
<edit name="globaladvance">
<bool>false</bool>
</edit>
</match>
我没有/etc/fonts这个目录。且在konqueror中浏览出现问题,在mozilla中却没问题 |
|