Chinaunix首页 | 论坛 | 博客
  • 博客访问: 521750
  • 博文数量: 118
  • 博客积分: 3995
  • 博客等级: 中校
  • 技术积分: 1276
  • 用 户 组: 普通用户
  • 注册时间: 2005-11-15 12:15
文章分类

全部博文(118)

文章存档

2014年(1)

2013年(1)

2010年(6)

2009年(27)

2008年(10)

2007年(33)

2006年(38)

2005年(2)

我的朋友

分类: LINUX

2006-08-04 21:36:41

#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,字体变大了点,但是还是不是很理想,而且有时还会有窜行的问题,不知道更好的办法,凑合着用吧。
阅读(1206) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~