|
用了好长时间Ubuntu,今天在虚拟机上装了个简单的Sid,尝试了我一直想要的英文界面+正确的中文显示。
字体用的是ttf-firefly-sung,现在有如下(附件中的图)小毛病:除Firefox外其它的GTK2程序中英文字体都是系统字体,唯独Firefox中所有字体全是firefly-sung。
还请大家看看是怎么回事?
/etc/fonts/local.conf
- <?xml version="1.0"?>
- <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
- <fontconfig>
- <match target="font">
- <test name="family"><string>AR PL New Sung</string></test>
- <edit name="antialias"><bool>false</bool></edit>
- <edit name="hinting"><bool>true</bool></edit>
- <edit name="autohint"><bool>false</bool></edit>
- </match>
- <match target="font">
- <test name="family"><string>AR PL New Sung</string></test>
- <test name="pixelsize" compare="more_eq"><int>17</int></test>
- <edit name="antialias" mode="assign"><bool>true</bool></edit>
- <edit name="hinting" mode="assign"><bool>true</bool></edit>
- </match>
- </fontconfig>
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|