`
androider
  • 浏览: 737412 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论

Flash字体为方框修改办法

阅读更多
输入:
cd /etc/fonts/conf.d/

备份一下:

sudo cp 49-sansserif.conf 49-sansserif.conf_backup

输入如下指令:

sudo gedit ./49-sansserif.conf

用系统含有的字体代替上打开的文件的字体,如果是微软雅黑,则结果如下:
    <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> 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics