From 7cade80559eac46b7c51d50a8b86d8781599eb4f Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Mon, 22 Jan 2018 22:35:14 +1100 Subject: [PATCH] Tweak monospace font stack to work better on iOS and BSD --- content/screen.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/screen.sass b/content/screen.sass index fa5aa7d..d84df6c 100644 --- a/content/screen.sass +++ b/content/screen.sass @@ -100,7 +100,7 @@ sup pre, code, tt - font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace + font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "Bitstream Vera Sans Mono", "Menlo", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace code, tt font-size: smaller