Bug 1127441 - Disable font inflation. r=mfinkle

This commit is contained in:
Kevin Brosnan 2015-02-12 10:31:00 -05:00
parent d8408bc474
commit 677d9b9dfa

View File

@ -391,7 +391,7 @@ pref("devtools.errorconsole.enabled", false);
// to communicate with a usb cable via adb forward. // to communicate with a usb cable via adb forward.
pref("devtools.debugger.unix-domain-socket", "/data/data/@ANDROID_PACKAGE_NAME@/firefox-debugger-socket"); pref("devtools.debugger.unix-domain-socket", "/data/data/@ANDROID_PACKAGE_NAME@/firefox-debugger-socket");
pref("font.size.inflation.minTwips", 120); pref("font.size.inflation.minTwips", 0);
// When true, zooming will be enabled on all sites, even ones that declare user-scalable=no. // When true, zooming will be enabled on all sites, even ones that declare user-scalable=no.
pref("browser.ui.zoom.force-user-scalable", false); pref("browser.ui.zoom.force-user-scalable", false);