Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

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 имеют эту проблему
  • 6 просмотров
  • Последний ответ от 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; }