Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 3 replies
  • 1 has this problem
  • 6677 views
  • Last reply by 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

Chosen solution

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
Read this answer in context 👍 0

All Replies (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

Chosen Solution

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