Skip to content

Commit

Permalink
Merge pull request #95 from samdozor/dev
Browse files Browse the repository at this point in the history
Changing the code font-family to prefer Menlo/Consolas over Monaco
  • Loading branch information
lord committed Jul 17, 2014
2 parents 965156d + 54e4408 commit 3c36233
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 @@ -78,7 +78,7 @@ $phone-width: $tablet-width - $nav-width; // min width before reverting to mobil
}

%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 3c36233

Please sign in to comment.