Hi!
I am having trouble getting good-looking fonts in Firefox 1.0. I added a section to my userChrome.css file which fixed about 90% of the problem:
menubar, menubutton, menulist, menu, menuitem, textbox, toolbar, tab, tree, tooltip {
font-family: helvetica !important;
font-size: 14px !important;
}
window {
font-family: helvetica !important;
font-size: 14px !important;
}
The menus and html text look great. However, fonts in dialog boxes and pop-up alerts look kind of choppy. For example, go to
www.google.com - the text looks bad in the buttons labeled "google search" and "I'm feeling lucky". Or, type in an incorrect web address and the pop-up warning saying that the address can't be found has ugly text.
I am sure this is just a matter of knowing the correct options for the userChrome file. I have searched the example list at mozilla.org (
http://www.mozilla.org/unix/customizing.html) and done extensive googling. However, I have not been able to find a good, complete description of how to configure this file.
Does anyone know where to find complete documentation on the userChrome.css file. Or does anyone know how to make these fonts look better?
Thanks, in advance.