Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

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 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 5 προβολές
  • Τελευταία απάντηση από cor-el

more options

Need larger font everywhere.

Need larger font everywhere.

Όλες οι απαντήσεις (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; }