Skip to content

Commit 013d724

Browse files
committed
Update monospace font stack fix to work in Safari 4
1 parent 743ee8b commit 013d724

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

normalize.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2011-08-10T00:55 UTC · http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2011-08-11T09:26 UTC · http://github.com/necolas/normalize.css */
22

33
/* =============================================================================
44
HTML5 display definitions
@@ -165,15 +165,15 @@ mark {
165165
}
166166

167167
/*
168-
* Corrects font family set oddly in IE6, S5, Chrome
168+
* Corrects font family set oddly in IE6, S4/5, Chrome
169169
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
170170
*/
171171

172172
pre,
173173
code,
174174
kbd,
175175
samp {
176-
font-family: monospace, monospace;
176+
font-family: monospace, serif;
177177
_font-family: 'courier new', monospace;
178178
font-size: 1em;
179179
}

0 commit comments

Comments
 (0)