Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Is there a way to make all screen text bold (but not necessarily) larger?

  • 1 Antwort
  • 9 haben dieses Problem
  • 12 Aufrufe
  • Letzte Antwort von cor-el

more options

My sweetheart can't see font well except for that which is very bold. Chasnging the SIZE of font is too cumbersome for him because it enlarges the entire page and means he has to scroll everywhere to see everything he wants to see. We can't seem to locate an option to just make all of the font on screen go bold, rather than larger...

My sweetheart can't see font well except for that which is very bold. Chasnging the SIZE of font is too cumbersome for him because it enlarges the entire page and means he has to scroll everywhere to see everything he wants to see. We can't seem to locate an option to just make all of the font on screen go bold, rather than larger...

Alle Antworten (1)

more options

Only on web pages or also in the user interface?

A possibility is to use code in userChrome.css below the @namespace line.

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

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


You can also look at Stylish. Stylish: https://addons.mozilla.org/firefox/addon/2108


NoSquint: https://addons.mozilla.org/firefox/addon/2592

Geändert am von cor-el