user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f849e1c602ad95bb0f7c6734145d8e2a0ec969a5
parent 986c9001935c7856e2ef4ddebef47fe3ea026a24
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 24 Apr 2019 06:39:59 +0000

WOFF2 -> inactive
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -911,7 +911,7 @@ user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!"); * [1] https://wiki.mozilla.org/SVGOpenTypeFonts - iSECPartnersReport recommends to disable this ***/ user_pref("gfx.font_rendering.opentype_svg.enabled", false); /* 1405: disable WOFF2 (Web Open Font Format) [FF35+] ***/ -user_pref("gfx.downloadable_fonts.woff2.enabled", false); + // user_pref("gfx.downloadable_fonts.woff2.enabled", false); /* 1406: disable CSS Font Loading API * [NOTE] Disabling fonts can uglify the web a fair bit. ***/ user_pref("layout.css.font-loading-api.enabled", false);