Skip to content

Commit

Permalink
Added Consolas to the monospaced font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Jan 27, 2012
1 parent 4b0e258 commit 3467fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/addons/_font-family.scss
@@ -1,5 +1,5 @@
$georgia: Georgia, Cambria, "Times New Roman", Times, serif;
$helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif;
$lucida-grande: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
$monospace: "Bitstream Vera Sans Mono", Courier, monospace;
$monospace: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
$verdana: Verdana, Geneva, sans-serif;

0 comments on commit 3467fe3

Please sign in to comment.