Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 3 trả lời
  • 1 gặp vấn đề này
  • 5406 lượt xem
  • Trả lời mới nhất được viết bởi 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

Giải pháp được chọn

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
Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (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

Giải pháp được chọn

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