`
heji
  • 浏览: 87918 次
  • 性别: Icon_minigender_1
  • 来自: 重庆
社区版块
存档分类
最新评论

解决Chrome字体发虚

阅读更多
终端中输入代码:sudo gedit  /etc/fonts/conf.d/49-sansserif.conf

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
If the font still has no generic name, add uming.ttc
-->
<match target="pattern">
<test qual="all" name="family" compare="not_eq">
<string>uming.ttc</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>uming.ttc</string>
</edit>
</match>
</fontconfig>


把sans-serif改成uming.ttc



分享到:
评论
1 楼 wiwiluo 2010-05-23  
那字体太难受了,调了好长时间都不行,后来直接装chromeplus用,什么都没配置,ok了

相关推荐

Global site tag (gtag.js) - Google Analytics