Sunil Thomas Thonikuzhiyil VU2SWX

Home HamRadioHowtos Links Resume Programs Blog                                                                      Yahoo!

Configuring Mozilla Menu Fonts

Hmm I dont like the small fonts on mozilla menus . So I thouhgt I will change them to something nicer Here is what I did. I located ~./mozilla/user/{random-string/chrome/userchrome.css and modified it as below

 button, input, menu, menubar, menubutton, menuitem, menulist, window {
       font-family: verdana !important;
       font-size: 6mm !important;
   }

Replace the font family and font size with your settings More details of hacking mozilla user interface is available here