diff --git a/source/stylesheets/variables.scss b/source/stylesheets/variables.scss index d2ce011..a845019 100644 --- a/source/stylesheets/variables.scss +++ b/source/stylesheets/variables.scss @@ -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; }