user.js

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

commit 0ebe5d0fa860f48f15561e76b78c0fc3a56629af
parent ff77f7260c7e6288aa28cb945e43cd8de55d4ddf
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 31 Jan 2018 13:57:34 +0000

1405: WOFF2 info

https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face - see Compat table
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -822,7 +822,7 @@ user_pref("gfx.downloadable_fonts.enabled", true); /* 1404: disable rendering of SVG OpenType fonts * [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) ***/ +/* 1405: disable WOFF2 (Web Open Font Format) (FF35+) ***/ user_pref("gfx.downloadable_fonts.woff2.enabled", false); /* 1406: disable CSS Font Loading API * [SETUP] Disabling fonts can uglify the web a fair bit. ***/