From 8b5269e90be965ca6d93f38b6dcdbb6f9c8d8f0e Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 21 Apr 2019 08:11:11 +0000 Subject: [PATCH] Minor correction --- include/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/style.css b/include/style.css index 1b7a00d..2992c29 100644 --- a/include/style.css +++ b/include/style.css @@ -1,5 +1,5 @@ body { - font-family: Monospace, Courier; + font-family: monospace, Courier; font-size: 16px; max-width: 800px; @@ -93,7 +93,7 @@ code { display: block; white-space: pre; - font-family: Monospace, Courier; + font-family: monospace, Courier; font-size: 16px; background-color: #e8e8e8;