Skip to content

Commit

Permalink
Added a font-stack for <pre> and <code> because browser defaults, Mon…
Browse files Browse the repository at this point in the history
…ospace (Ubuntu) and/or Courier (Windows), are terrible.
  • Loading branch information
nathansmith committed Apr 29, 2011
1 parent 9a4d011 commit 826cbc2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/css/min/text.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/css/min/text_rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions code/css/text.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ body {
font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
border: 0 #ccc solid;
border-top-width: 1px;
Expand Down
5 changes: 5 additions & 0 deletions code/css/text_rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ body {
font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
border: 0 #ccc solid;
border-top-width: 1px;
Expand Down

0 comments on commit 826cbc2

Please sign in to comment.