| Home | HamRadio | Howtos | Links | Resume | Programs | Blog | |
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;
}