补充一下,使用这个升级后如果出现怪怪的问题,如英文粗体变破烂,粗体变斜等,把SimSun删掉试试
我这个图就是只是了firefly-sung,没安装任何额外的字体
如果firefox没出现粗体,可以修改一下/etc/fonts/fonts.conf
[code:1]<!--
Synthetic emboldening for fonts that do not have bold face available
-->
<match target="font">
<!-- check to see if the font is just regular -->
<test name="weight" compare="less_eq">
<int>100</int>
</test>
<!-- check to see if the pattern requests bold -->
<test target="pattern" name="weight" compare="more_eq">
<int>200</int>
</test>
<!-- set the embolden flag -->
<edit name="embolden" mode="assign">
<bool>true</bool>
</edit>
</match>