#apt-get install mozilla-firefox mozilla-firefox-locale-zh-cn
安装完firefox后,浏览网页的时候发现字体显示特别小,每次都要使用Ctrl++来放大字体,比较费劲,粗略的解决办法:
$cd ~/.mozilla/firefox/.../chrome
$vi userContent.css
* {
font-family: simsun !important;
font-size: 12pt !important;
}
关闭所有firefox打开的网页,然后再启动firefox,字体变大了点,但是还是不是很理想,而且有时还会有窜行的问题,不知道更好的办法,凑合着用吧。
阅读(1231) | 评论(0) | 转发(0) |