From 013d72407e47978fe6ddad7a77a24b3935fb0ade Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Thu, 11 Aug 2011 10:27:57 +0100 Subject: [PATCH] Update monospace font stack fix to work in Safari 4 --- normalize.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/normalize.css b/normalize.css index 68c6552..641b1ff 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css 2011-08-10T00:55 UTC · http://github.com/necolas/normalize.css */ +/*! normalize.css 2011-08-11T09:26 UTC · http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions @@ -165,7 +165,7 @@ mark { } /* - * Corrects font family set oddly in IE6, S5, Chrome + * Corrects font family set oddly in IE6, S4/5, Chrome * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */ @@ -173,7 +173,7 @@ pre, code, kbd, samp { - font-family: monospace, monospace; + font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }