Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Can't change font size,even though I followed diection in help menu exactly.Very nearsighted and need larger font especially in navigation bar.Thanks in advance

  • 2 odpovede
  • 2 majú tento problém
  • 7 zobrazení
  • Posledná odpoveď od cor-el

more options

Need larger font everywhere.

Need larger font everywhere.

Všetky odpovede (2)

more options

Try CTRL and "+" key (although this will make the webpage text bigger, it will not make the navigation bar bigger).

more options

You will have to use code in userChrome.css to increase the font size in the user interface section or see if you can still find a theme for your Firefox 2.0.0.20 version (the latest that runs on your PowerPC hardware and OS X 10.2? version).

You can use an extension to set a default font size and page zoom on web pages.


Add code to userChrome.css below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar *, #searchbar *, #FindToolbar * { font-size:12pt!important; }