原因就是office 2008自带的宋体,使得Firefox在显示某些中文网页的时候乱码,例如news.sina.com.cn, 而Safari没有这种现象。
解决方法就是修改Firefox的profile, 在 ~/Library/Application Support/Firefox/Profiles/xxxxxx.default/chrome/userContent-example.css 改名为userContent.css
用nano打开userContent.css添加下面的css样式:
* {
font-family: Lucida Grande, Hei ! important;
}
重新启动FF, 可以解决宋体乱码问题。
--EOF--
本篇文章已有0条评论