Skip to content

Commit

Permalink
Better monospaced font
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Apr 5, 2012
1 parent 2b43c51 commit 250da35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/normalize.lucius
Expand Up @@ -173,7 +173,7 @@ pre,
code,
kbd,
samp {
font-family: monospace, serif;
font-family: "DejaVu Sans Mono", "Droid Sans Mono", consolas, "courier new", monospace;
_font-family: 'courier new', monospace;
font-size: 1em;
}
Expand Down Expand Up @@ -436,4 +436,4 @@ textarea {
table {
border-collapse: collapse;
border-spacing: 0;
}
}

0 comments on commit 250da35

Please sign in to comment.