Minor edit to monospace font fix

This commit is contained in:
necolas 2011-05-26 00:14:54 +01:00
parent df279d89b4
commit 28f8e9b4d3

4
normalize.css vendored
View File

@ -173,8 +173,8 @@ pre,
code, code,
kbd, kbd,
samp { samp {
font-family: monospace, sans-serif; /* 1 */ font-family: monospace, monospace; /* 1 */
_font-family: 'Courier New', monospace, sans-serif; /* 2 */ _font-family: 'Courier New', monospace, monospace; /* 2 */
font-size: 1em; font-size: 1em;
} }