commit 9e7f9de56f070784815496fc5b871b90c0841d0b
parent 8a204b5db0e5fdf1198b00abfda8ccfde1fc9db9
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Tue, 11 Jun 2019 15:47:34 +0000
remove 1402, see #744
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/user.js b/user.js
@@ -787,15 +787,6 @@ user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
* [SETUP-WEB] Disabling fonts can uglify the web a fair bit.
* [SETTING] General>Language and Appearance>Fonts & Colors>Advanced>Allow pages to choose... ***/
user_pref("browser.display.use_document_fonts", 0);
-/* 1402: set more legible default fonts
- * [NOTE] Example below for Windows/Western only
- * [SETTING] General>Language and Appearance>Fonts & Colors>Advanced>Serif|Sans-serif|Monospace ***/
- // user_pref("font.name.serif.x-unicode", "Georgia");
- // user_pref("font.name.serif.x-western", "Georgia"); // default: Times New Roman
- // user_pref("font.name.sans-serif.x-unicode", "Arial");
- // user_pref("font.name.sans-serif.x-western", "Arial"); // default: Arial
- // user_pref("font.name.monospace.x-unicode", "Lucida Console");
- // user_pref("font.name.monospace.x-western", "Lucida Console"); // default: Courier New
/* 1403: disable icon fonts (glyphs) and local fallback rendering
* [1] https://bugzilla.mozilla.org/789788
* [2] https://trac.torproject.org/projects/tor/ticket/8455 ***/