搜尋 Mozilla 技術支援網站

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

Learn More

How do I change the font for my menu and toolbar?

  • 3 回覆
  • 1 有這個問題
  • 5282 次檢視
  • 最近回覆由 cor-el

more options

Hello, I am a dyslexic user and I am trying to change the font of my menu to open-dyslexic, however i cant figureout how and most of the answers here only answer for changing the size, but not the actual font for the menu bar. How do I change the font of my tabs, bookmarks, and ect? thank you

Hello, I am a dyslexic user and I am trying to change the font of my menu to open-dyslexic, however i cant figureout how and most of the answers here only answer for changing the size, but not the actual font for the menu bar. How do I change the font of my tabs, bookmarks, and ect? thank you

被選擇的解決方法

To change the font in the Firefox user interface (menu bar and other toolbars) you would have to use code in userChrome.css.

#navigator-toolbox { font-family:OpenDyslexic !important }

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

  • toolkit.legacyUserProfileCustomizations.stylesheets = true
從原來的回覆中察看解決方案 👍 0

所有回覆 (3)

more options

First click on the Settings on the top right of the firefox screen, it should look like a gear. Once you click on that, click on General, which should also looked like a gear on the left side of the firefox screen. Finally, scroll down a bit until you see something that says Language and Appearance and under that should be Fonts and Colors. You can click on Fonts and choose the font that you want.

more options

This does change the font of the webpages i visit, but not the menu bar. I am trying to change the font of stuff like the toolbar and bookmark bars but that option only changes the font of the pages I visit

more options

選擇的解決方法

To change the font in the Firefox user interface (menu bar and other toolbars) you would have to use code in userChrome.css.

#navigator-toolbox { font-family:OpenDyslexic !important }

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

  • toolkit.legacyUserProfileCustomizations.stylesheets = true