Setting permanent text size increase.

Discussion of general topics about Mozilla Firefox
Post Reply
robdogg
Posts: 67
Joined: November 29th, 2002, 3:13 pm

Setting permanent text size increase.

Post by robdogg »

Whenever I go to just about any web site, I crank up the Text Size to about 150%. Is there a way to make this permanent so I don't have to do it for every web site I go to?

Thanks
User avatar
martind
Posts: 432
Joined: May 17th, 2003, 2:01 pm
Location: Berlin, Germany
Contact:

Post by martind »

Tools -> Options -> Fonts & Colors -> Minimum font size
User avatar
miken32
Posts: 653
Joined: March 21st, 2003, 9:30 am
Location: Victoria, Canada
Contact:

usercontent.css

Post by miken32 »

In your profile directory open the chrome directory and create a file (if you don't already have one) called userContent.css - not sure about case, I'm on Windows so it doesn't matter to me. Then add this:

Code: Select all

* {font-size: 150%;}


That should do the trick for you.
Post Reply