From d2476624e7b82452f558d1f74b6e68c4c2ead71f Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Thu, 11 Jan 2018 08:11:55 -0500 Subject: changed the font to one that's more legible, albeit less stylish. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 75c5bc6..9764648 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ * { - font-family: Courier, monospace; + font-family: Console, monospace; color: #000000; margin: 0px; /*default margins get in the way*/ } -- cgit v1.1