Skip to content

Commit

Permalink
use better monospace list in css
Browse files Browse the repository at this point in the history
  • Loading branch information
padolsey committed May 28, 2013
1 parent 7afb078 commit a36272a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/ugly.css
Expand Up @@ -25,7 +25,7 @@ h1 a {
color: inherit;
font-weight: normal;
letter-spacing: 0;
font-family: "Consolas","Lucida Console",Courier,mono;
font-family: "Menlo", "Bitstream Vera Sans Mono", "Consolas", "Lucida Console", monospace, mono;
}

h1 a:hover, h1 a:focus {
Expand Down Expand Up @@ -63,7 +63,7 @@ pre, code {
border-radius: 3px;
box-shadow: 0 0 5px #666;
font-size: .93em;
font-family: "Consolas","Lucida Console",Courier,mono;
font-family: "Menlo", "Bitstream Vera Sans Mono", "Consolas", "Lucida Console", monospace, mono;
}

pre code {
Expand Down

0 comments on commit a36272a

Please sign in to comment.