From 6a4d50f362144b3b78b1d4e5ce2b9a966a0bc3bd Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 16 Feb 2019 13:33:21 -0500 Subject: [PATCH] Tweak monospace font --- site/css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/css/main.scss b/site/css/main.scss index 5e1d732..33e75d0 100644 --- a/site/css/main.scss +++ b/site/css/main.scss @@ -4,7 +4,7 @@ // Fonts $sansSerif: Avenir, Lucida Grande, Arial, sans-serif; $serif: Charter, Georgia, serif; -$monospace: SF Mono, Monaco, Courier New, monospace; +$monospace: SF Mono, Courier New, monospace; // General body {