Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Az oldal korlátolt funkcionalitással fog rendelkezni, amíg elvégezzük a felhasználói élményt javító karbantartást. Ha egy leírás nem oldja meg a problémáját, és kérdést tenne fel, akkor a támogatási közösségünk a @FirefoxSupport Twitter oldalon tud segíteni, vagy az /r/firefox oldalon a Redditen.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

how do I make the browser text bold?

  • 2 válasz
  • 20 embernek van ilyen problémája
  • 13 megtekintés
  • Utolsó üzenet ettől: 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?

Összes válasz (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:

Módosította: 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/

Módosította: iowaman,