Bug 1106255 - Enable the meta-viewport support on Fennec to fix font inflation. r=dvander

This commit is contained in:
Kartikaya Gupta 2014-12-01 13:55:59 -05:00
parent 8b5f3eb943
commit eb2c3536f6

View File

@ -855,3 +855,6 @@ pref("home.sync.checkIntervalSecs", 3600);
// Enable device storage API
pref("device.storage.enabled", true);
// Enable meta-viewport support for font inflation code
pref("dom.meta-viewport.enabled", true);