From b7b7f1a8f7fdab828dda2576028a4baeb9956c49 Mon Sep 17 00:00:00 2001 From: Medium Fries Date: Tue, 11 Sep 2018 12:12:13 -0700 Subject: [PATCH] starting fixes for styling, still need to fix broken links however --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 68a413f..8264dd0 100644 --- a/style.css +++ b/style.css @@ -15,7 +15,7 @@ html { } body { color: #444; - font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; + font-family: Fixedsys; font-size: 12px; line-height: 1.7; padding: 1em;