在ubuntu 6.06上的字体有些怪,先开头字体都显示正常,后来又变了。我在ubuntu.org.cn论坛上看到了答案,可能是更新之后有的配置文件发生了变化(应该是语言选择之后造成的影响)。
http://forum.ubuntu.org.cn/viewtopic.php?t=14352
在/etc/fonts/language-selector.conf文件中增加下面的内容:
<!-- check to see if the font is just regular -->
<test name="weight" compare="less_eq">
<int>100</int>
</test>
再看firefox中黑体,粗体的字不会再模糊了。
