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

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

Learn More

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

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