LinuxSir.cn,穿越时空的Linuxsir!

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

如何改变firebird和opera的菜单字体

[复制链接]
发表于 2003-10-17 10:59:55 | 显示全部楼层 |阅读模式
如果我贴错了地方,请原谅。
opera7.21的菜单字体很小,不知道是在哪里改,同样的mozillafirebird和thunderbird程序本身使用的字体是在哪里定义的,我也想问一下,谢谢。
发表于 2003-10-17 19:55:12 | 显示全部楼层
mozilla 和 firebird 的菜单字体都是在你的 mozilla 或 firebird 的 profile 目录下的 chrome/userChrome.css 中修改,在其中加入:

* {
    font-family: Tahoma !important;
    font-size: 10pt !import;
}

以上将界面中所有的字体均设为 10 号大小的 Tahoma 字体,你可以任意定义字体和大小;你也可以单独定义 window 和 menu 或 button 等等。

没有用过 thunderbird,不过既然它和 mozilla 有着千丝万缕的关系,应该也是这样改。

至于 opera,因为是 qt 的程序,是否用 qtconfig 定义?没有用,所以不太清楚。
发表于 2003-10-17 23:33:13 | 显示全部楼层
兄弟,发错地方了!!!
 楼主| 发表于 2003-10-18 07:24:39 | 显示全部楼层
to chemist:
Thank you.

to carlosl:
Sorry for that, please move it to the right place, thank you.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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