From 82a99d55373b0aca34ebf57d5d7c278a4f6bb3e9 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Thu, 17 Jul 2014 09:41:10 -0700 Subject: [PATCH] Increase line height for new font, add quotes around fonts --- source/stylesheets/variables.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/stylesheets/variables.scss b/source/stylesheets/variables.scss index a845019..4c9bae0 100644 --- a/source/stylesheets/variables.scss +++ b/source/stylesheets/variables.scss @@ -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; }