打开firefox的 编辑->首选项,切换到内容标签栏,在字体&颜色那一栏点击高级,打开一个对话框,在对话框的下面将默认字符编码那一栏改为:简体中文(GB2312).
cd /etc/fonts/conf.d/
cp 49-sansserif.conf 49-sansserif.conf.bak
sudo gedit 49-sansserif.conf
将对应的内容改为:
<match target="pattern"> <test qual="all" name="family" compare="not_eq"> <string>仿宋_GB2312</string> </test> <test qual="all" name="family" compare="not_eq"> <string>仿宋_GB2312</string> </test> <test qual="all" name="family" compare="not_eq"> <string>monospace</string> </test> <edit name="family" mode="append_last"> <string>仿宋_GB2312</string> </edit> </match> |
要确定仿宋字体已安装,之后重启Firefox就好了。