Bug 1084026 - Enable WOFF2 support by default for all channels. r=jdaggett

This commit is contained in:
Jonathan Kew 2015-03-26 18:52:39 +00:00
parent f80daa6194
commit 0db44d46e8

View File

@ -599,11 +599,7 @@ pref("gfx.downloadable_fonts.fallback_delay", 3000);
// the uncached load behavior across pages (useful for testing reflow problems)
pref("gfx.downloadable_fonts.disable_cache", false);
#ifdef RELEASE_BUILD
pref("gfx.downloadable_fonts.woff2.enabled", false);
#else
pref("gfx.downloadable_fonts.woff2.enabled", true);
#endif
#ifdef ANDROID
pref("gfx.bundled_fonts.enabled", true);