Skip to content

Commit

Permalink
Changing the code-font font-family to prefer Menlo and Consolas over …
Browse files Browse the repository at this point in the history
…Monaco, and adding more back-up fonts.
  • Loading branch information
Sam Dozor committed Jul 16, 2014
1 parent b363be8 commit 54e4408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/stylesheets/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $h1-margin-bottom: 21px; // padding under the largest header tags
}

%code-font {
font-family: Monaco, "Courier New", monospace;
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
font-size: 12px;
}

Expand Down

0 comments on commit 54e4408

Please sign in to comment.