|
发表于 2005-11-15 23:43:22
|
显示全部楼层
写一个文件:~/.mozilla/firefox/*******.default/chrome/userChrome.css
内容是
* {
font-family: Simsun !important;
font-size: 12pt !important;
}
写法可以看/usr/lib/mozilla-firefox/default/profile/chrom/userChrome-example.css
更具体的参见http://www.mozilla.org/unix/customizing.html |
|