LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1237|回复: 0

firefox字体问题.已经修改了userChrome.css

[复制链接]
发表于 2005-9-4 15:48:56 | 显示全部楼层 |阅读模式
原来firefox菜单的字体是很小的,修改了userChrom.css后,中文字体就变大了,但英文字体呢,也变宽了.但在页面上的字体却变小了.如图
我的userChrome.css文件如下:
[PHP]
/*Make all the default font sizes 20 pt:*/

{
   font-size: 12pt !important;
   font-family:simsun !important;
}


/*Make menu items in particular 15 pt instead of the default size:*/

  menupopup > * {
    font-size: 12pt !important;
    font-family:simsun !important;
  }


* Give the Location (URL) Bar a fixed-width font
*
#urlbar {
     font-family: tahoma !important;
* }

[/PHP]
还有我的.gtkrc-2.0文件如下:
[PHP]
include "/usr/share/themes/Default/gtk-2.0/gtkrc"

style "user-font"
{
font_name="SimSun 12"
}
widget_class "*" style "user-font"
gtk-font-name = "Tahoma, Simsun 14"
[/PHP]
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表