Skip to content

Commit

Permalink
Increase line height for new font, add quotes around fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Jul 17, 2014
1 parent 3c36233 commit 82a99d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/stylesheets/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ $phone-width: $tablet-width - $nav-width; // min width before reverting to mobil
}

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


Expand Down

0 comments on commit 82a99d5

Please sign in to comment.