fonts

Klaus-Peter Schrage kpschrage
Mon May 17 11:46:51 PDT 2004


Ted Ozolins wrote:

> I've got most of hte font issue solve but fot the "too small" fonts in 
> Mozilla. The fonts in the task bar ie: File Edit Insert etc. No matter 
> what I've tried they remain the same (tiny). How do I correct this? 
> Anyone..
>
The appearance of the menus etc can be controlled via CSS, see

    http://www.mozilla.org/unix/customizing.html

To adjust menu fonts, simply create a file
    userChrome.css
in your mozilla profile directory (mine is called
    ~/.mozilla/default/alkrxds6.slt
yours is surely named differently, as the string immediately before .slt 
is randomly generated by the moz installer).

The following lines in userChrome.css will give you quite big, bold items:

menubar, menubutton, menulist, menu, menuitem {
  font-family: helvetica !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 5mm !important;
}

Try to experiment with the font-xxxx entries.
Klaus



More information about the Linux-users mailing list