Ubuntu 字体美化优化(3)

第五步,调整中文渲染效果。菜单-首选项-字体-细节中如果使用微调,中文字因为笔画多,容易模糊,但如果关掉微调,英文字又会很难看,所以我们需要全局打开微调,然后针对中文字体关掉微调,使用 hinting 配置参数。打开 /etc/fonts/fonts.conf 文件,找到类似结构的地方添加:

<match target="font">

<test>

<string>STHeiti</string>

</test>

<edit>

<bool>false</bool>

</edit>

</match>

<match target="font">

<test>

<string>LiHeiPro</string>

</test>

<edit>

<bool>false</bool>

</edit>

</match>

重新启动 X 。可以用快捷键:Ctrl+Alt+Backspace。

第六步,设置菜单-首选项-字体。除了最后的等宽字体不用变之外,其他的都可以选择 Lucida Grande 字体。然后尝试调整细节,取得自己最满意的效果。

一切搞定!

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/d2acd315299b519f2d141f3d0b0bd511.html