|
发表于 2005-8-11 20:30:49
|
显示全部楼层
没有用的
mozilla的字体处理是相对独立的
像openoffice
修改这个文件~/.mozilla/firefox/k9swpmta.default/chrome/userChrome.css
其中目录k9swpmta.default,每个人都不一样,请相应的修改
下面是一个例子
[code:1]
menubar > menu, menubar, menubutton, menulist, menuitem {
font-size: 14px !important;
font-family: sans-serif !important;
}
menupopup > * {
font-size: 14px !important;
font-family: sans-serif !important;
}
#urlbar {
font-size: 14px !important;
font-family: sans-serif !important;
}
#ubhist-popup > .popup-internal-box, .textfield-popup > .popup-internal-box {
font-size: 14px !important;
font-family: sans-serif !important;
}
dialog, box, button, page, label, caption, textbox, input, select {
font-size: 14px !important;
font-family: sans-serif !important;
}
window {
font-size: 14px !important;
font-family: sans-serif !important;
}
#sidebar {
font-size: 14px !important;
font-family: sans-serif !important;
}
[/code:1] |
|