+ -
当前位置:首页 → 问答吧 → firefox界面英文字符间距很大,怎么调整?

firefox界面英文字符间距很大,怎么调整?

时间:2005-04-12

来源:互联网

好象没有调界面字体的选项。一个debian基本安装之后,大家一般都会安装什么字体啊?

作者: formalin14   发布时间: 2005-04-12

将下列代码加到你的/etc/fonts/local.conf中。然后将firefox默认的字体中等宽字体改为一种等宽的英文字体 如luxi mono等。
代码:
<match target="font">
        <test name="spacing" compare="more_eq">
 <const>dual</const>
        </test>
        <edit name="spacing" mode="assign">
 <int>0</int>
        </edit>
</match>

作者: deerlux   发布时间: 2005-04-12

热门下载

更多