首页 > 默认分类 > ubuntu firefox flash乱码解决方法

ubuntu firefox flash乱码解决方法

2009年10月19日 发表评论 阅读评论

打开etc/fonts/conf.d/49-sansserif.conf,改成下面的就好了。
<fontconfig>
<!–

If the font still has no generic name, add sans-serif

–>

<match target=”pattern”>
<test qual=”all” name=”family” compare=”not_eq”>
<string>文泉驿正黑</string>
</test>
<test qual=”all” name=”family” compare=”not_eq”>
<string>文泉驿正黑</string>
</test>

<test qual=”all” name=”family” compare=”not_eq”>
<string>monospace</string>
</test>

<edit name=”family” mode=”append_last”>
<string>文泉驿正黑</string>
</edit>
</match>
</fontconfig>

分类: 默认分类 标签: , , 568 views
  1. 本文目前尚无任何评论.
  1. 本文目前尚无任何 trackbacks 和 pingbacks.