mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1084026 - Enable WOFF2 support by default for all channels. r=jdaggett
This commit is contained in:
parent
90d9df5c01
commit
31152bb0d4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user