From 677d9b9dfaaaa29a3878e2891589e145fdb91d56 Mon Sep 17 00:00:00 2001 From: Kevin Brosnan Date: Thu, 12 Feb 2015 10:31:00 -0500 Subject: [PATCH] Bug 1127441 - Disable font inflation. r=mfinkle --- mobile/android/app/mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index a3b98e18328d..58f8dc95c670 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -391,7 +391,7 @@ pref("devtools.errorconsole.enabled", false); // to communicate with a usb cable via adb forward. 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. pref("browser.ui.zoom.force-user-scalable", false);