浏览代码

1405: WOFF2 info

https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face - see Compat table
Thorin-Oakenpants 7 年之前
父节点
当前提交
0ebe5d0fa8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      user.js

+ 1 - 1
user.js

@@ -822,7 +822,7 @@ user_pref("gfx.downloadable_fonts.enabled", true);
 /* 1404: disable rendering of SVG OpenType fonts
 /* 1404: disable rendering of SVG OpenType fonts
  * [1] https://wiki.mozilla.org/SVGOpenTypeFonts - iSECPartnersReport recommends to disable this ***/
  * [1] https://wiki.mozilla.org/SVGOpenTypeFonts - iSECPartnersReport recommends to disable this ***/
 user_pref("gfx.font_rendering.opentype_svg.enabled", false);
 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);
 user_pref("gfx.downloadable_fonts.woff2.enabled", false);
 /* 1406: disable CSS Font Loading API
 /* 1406: disable CSS Font Loading API
  * [SETUP] Disabling fonts can uglify the web a fair bit. ***/
  * [SETUP] Disabling fonts can uglify the web a fair bit. ***/