四象幻境 » 日志 » Ubuntu下Firefox和EVA的字体修改
Ubuntu下Firefox和EVA的字体修改
Tiger Soldier 发表于 2007-09-27 18:00:47
把Ubuntu的字体都改成雅黑了,但是FF和EVA的界面字体还是没变,很不协调,于是上网查了下资料,发现应该这么做:
FireFox:修改~/.mozilla/firefox/n65tdutm.default/chrome/userChrome.css,如果没有就自己建一个或者复制userChrome-example.css,在里面加上:
至于EVA,则需要修改~/.kde/share/config/kdeglobals,加上这么一段
FireFox:修改~/.mozilla/firefox/n65tdutm.default/chrome/userChrome.css,如果没有就自己建一个或者复制userChrome-example.css,在里面加上:
{
font-family: Microsoft YaHei !important;
font-size: 9pt !important;
}
保存后重启FF就可以看到效果了(字体根据自己喜好来设)font-family: Microsoft YaHei !important;
font-size: 9pt !important;
}
至于EVA,则需要修改~/.kde/share/config/kdeglobals,加上这么一段
[General]
XftHintStyle=hintmedium
XftSubPixel=
fixed=Microsoft YaHei,10,-1,5,50,0,0,0,0,0
font=Microsoft YaHei,10,-1,5,50,0,0,0,0,0
menuFont=Microsoft YaHei,10,-1,5,50,0,0,0,0,0
taskbarFont=Microsoft YaHei,10,5,50,0,0,0,0,0
toolBarFont=Microsoft YaHei,10,-1,5,50,0,0,0,0,0
[KFileDialog Settings]
Automatically select filename extension=true
Height 768=306
LocationCombo Completionmode=5
PathCombo Completionmode=5
Recent URLs=$HOME/.eva/304518707/customCaches/
Separate Directories=false
Show Bookmarks=false
Show Preview=false
Show Speedbar=true
Show hidden files=false
Sort by=Name
Sort case insensitively=true
Sort directories first=true
Sort reversed=false
View Style=Simple
Width 1024=752
之后一切就OK了~
XftHintStyle=hintmedium
XftSubPixel=
fixed=Microsoft YaHei,10,-1,5,50,0,0,0,0,0
font=Microsoft YaHei,10,-1,5,50,0,0,0,0,0
menuFont=Microsoft YaHei,10,-1,5,50,0,0,0,0,0
taskbarFont=Microsoft YaHei,10,5,50,0,0,0,0,0
toolBarFont=Microsoft YaHei,10,-1,5,50,0,0,0,0,0
[KFileDialog Settings]
Automatically select filename extension=true
Height 768=306
LocationCombo Completionmode=5
PathCombo Completionmode=5
Recent URLs=$HOME/.eva/304518707/customCaches/
Separate Directories=false
Show Bookmarks=false
Show Preview=false
Show Speedbar=true
Show hidden files=false
Sort by=Name
Sort case insensitively=true
Sort directories first=true
Sort reversed=false
View Style=Simple
Width 1024=752
相关日志:
收藏:
QQ书签
del.icio.us
订阅:
Google
抓虾
最新评论
-
2007-11-06 02:25:56 匿名 123.114.*.* http://Phoenixj.blog.sohu.com
eva属于QT程序,所以可以在KDE里面调整。当然,没装KDE的话只好这么办了。
-
2007-11-16 03:05:46 匿名 61.144.*.*
空间有限,没法装KDE了
我开始后悔为什么没给Ubuntu划分10G的空间了
