LinuxSir.cn,穿越时空的Linuxsir!

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

KDE下thunderbird的菜单字体有点丑。。

[复制链接]
发表于 2005-8-4 11:17:01 | 显示全部楼层 |阅读模式
能不能不用simsun的英文字体?
另外,我的qterm的菜单上用的也是simsun的英文字体。

我在哪能够改掉这个设置?谢谢!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2005-8-4 11:43:04 | 显示全部楼层
目前好像没什么好办法。Pango本身会尽可能使用同一种字体显示一整串文字,SimSun本身包含英文,你的locale又是zh_CN,只能全部映射到SimSun上,因为SimSun是fonts.conf里中文的首选字体。

也许换个locale会好一点,比如en_US.UTF-8。要不然你就要按照N年前的方法玩那个什么fonts.dir之类的东西。

不过我隐约记得mozilla的所有软件都可以在about:config中修改界面字体的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-8-4 11:54:51 | 显示全部楼层
about: config是不是给patch屏蔽了?反正我在firefox中没有任何的反应 :-)
about: blank也不行 :-(
回复 支持 反对

使用道具 举报

发表于 2005-8-4 11:58:40 | 显示全部楼层
LE2005中的firefox-1.0.2和cooker中的firefox-1.0.6都可以用about:config 啊。实在不行就只能玩pref.js了
回复 支持 反对

使用道具 举报

发表于 2005-8-4 12:39:35 | 显示全部楼层
~/.thunderbird/~/chrome/userChrome.css


/* Set font size and family for dialogs
* and other miscellaneous text
*/
window {
  font-size: 10pt !important;
  font-family: Helvetica !important;
}

/* If you have true type fonts enabled, you might want to add these lines
* to get good fonts for menu, toolbar, dialog boxes, etc.
*/
menubar, menubutton, menulist, menu, menuitem, textbox, toolbar, tab,
tree, tooltip
{
  font-family: Helvetica !important;
  font-size: 10pt !important;
}
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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