搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

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; }