mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Minor edit to monospace font fix
This commit is contained in:
parent
df279d89b4
commit
28f8e9b4d3
4
normalize.css
vendored
4
normalize.css
vendored
@ -173,8 +173,8 @@ pre,
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, sans-serif; /* 1 */
|
||||
_font-family: 'Courier New', monospace, sans-serif; /* 2 */
|
||||
font-family: monospace, monospace; /* 1 */
|
||||
_font-family: 'Courier New', monospace, monospace; /* 2 */
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user