|
发表于 2005-5-8 10:55:45
|
显示全部楼层
什么浏览器?如果是FF的话看看你的/etc/fonts/fonts.conf或/etc/fonts/local.conf里有没有这一段
<match target="font" >
<test compare="contains" target="pattern" name="lang">
<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> |
|