This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ابحث في الدعم

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 make the browser text bold?

  • 2 (ردّان اثنان)
  • 20 have this problem
  • 13 views
  • آخر ردّ كتبه iowaman

more options

Bolder fonts makes reading easier.Why not have a means under VIEW?

Bolder fonts makes reading easier.Why not have a means under VIEW?

All Replies (2)

more options

You can change the color on text pages with an extension like this one:

Browser interface:

To make the text on web pages bold by default you will probably have to use code in userContent.css or use the Stylish extension as I'm not aware of an extension with that feature.

Add code to userContent.css

html, body, body * { font-weight: bold !important; }


See:

Modified by cor-el

more options

Another option: you can go into Options / Content / Fonts & Colors and change your "Default Font" to 'Arial Black'. You can also play with the font size there.

NOTE: just be sure that you click on the 'Advanced' button there and uncheck "Allow pages to choose their own fonts, instead of my selections" of you won't see any changes. You will need to do this first.

EDIT: The add-on mentioned in the above answer is very good quick-click way of doing the same thing I outlined.

Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/162063/

Modified by iowaman