How do i make firefox toolbar font bigger

Discussion of general topics about Mozilla Firefox
Post Reply
Walt
Posts: 8
Joined: February 18th, 2003, 5:18 pm

How do i make firefox toolbar font bigger

Post by Walt »

i recenty downloade the firefox browser for linux and i would like to know how to make the toolbar font bigger.any help would be grately appreciated.
clav
Posts: 1974
Joined: November 5th, 2002, 3:25 am
Location: Lancaster, UK
Contact:

Post by clav »

try adding:

toolbar { font-size: 16px }


to your userChrome.css file.

adjust 16px to suit.
Walt
Posts: 8
Joined: February 18th, 2003, 5:18 pm

Post by Walt »

didnt change the font at all with that line.
User avatar
wheerdam
Posts: 2771
Joined: March 30th, 2003, 7:12 pm
Location: OK, U.S.
Contact:

Post by wheerdam »

try:

toolbar {
font-size: 16px !important
}

I usually use

* {
...stuff... & !important
}

for Linux to set the font for everything
I'm weird, damn
Post Reply