Skip to content

Commit

Permalink
Minor edit to monospace font fix
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed May 25, 2011
1 parent df279d8 commit 28f8e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 28f8e9b

Please sign in to comment.