|
发表于 2009-6-11 15:25:43
|
显示全部楼层
非常感谢7楼哥们 你提供了非常正确的解决办法
非常感谢7楼哥们 你提供了非常正确的解决办法
我的解决流程
查看 49-sansserif.conf 源文件位置 /etc/fonts/conf.avail/49-sansserif.conf
为了防止意外 ,我cp /etc/fonts/conf.avail/49-sansserif.conf /home/*******/
一份 哈哈
vi /etc/fonts/conf.avail/49-sansserif.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
If the font still has no generic name, add sans-serif
-->
<match target="pattern">
<test qual="all" name="family" compare="not_eq">
<string>WenQuanYi Bitmap</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>serif</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>monospace</string>
</test>
<edit name="family" mode="append_last">
<string>WenQuanYi Bitmap</string>
</edit>
</match>
</fontconfig>
我把他弄成文泉驿 了
爽 可能是文泉驿的问题
系统资源占用 非常大 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|