From 86fc462da1f21c9cc02c615741e377bffd4f9544 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 3 May 2011 14:49:29 -0700 Subject: [PATCH] iOS text resizing --- normalize.metrics.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/normalize.metrics.css b/normalize.metrics.css index 3578e6a..5a33466 100644 --- a/normalize.metrics.css +++ b/normalize.metrics.css @@ -11,6 +11,13 @@ textarea { font: 12px/1.5 sans-serif; } +@media screen and (max-device-width: 480px) { + html { + -ms-text-size-adjust:none; + -webkit-text-size-adjust:none; + } +} + /* * Sectioning content */