From 54e4408d8c2ba2972f7791bc13bb2e689201cd2b Mon Sep 17 00:00:00 2001 From: Sam Dozor Date: Wed, 16 Jul 2014 16:53:38 -0400 Subject: [PATCH] Changing the code-font font-family to prefer Menlo and Consolas over Monaco, and adding more back-up fonts. --- source/stylesheets/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/stylesheets/variables.scss b/source/stylesheets/variables.scss index 6e29c1c..0c08956 100644 --- a/source/stylesheets/variables.scss +++ b/source/stylesheets/variables.scss @@ -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; }