diff options
author | knolax <1339802534.kk@gmail.com> | 2018-01-11 08:11:55 -0500 |
---|---|---|
committer | knolax <1339802534.kk@gmail.com> | 2018-01-11 08:11:55 -0500 |
commit | d2476624e7b82452f558d1f74b6e68c4c2ead71f (patch) | |
tree | 14cadb2e1d9a7e2b261d2228203807b4b7b640fe | |
parent | 0ef22c1ec38eb33efe32d57606f6842ff89bf0b7 (diff) |
changed the font to one that's more legible, albeit less stylish.
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ * { - font-family: Courier, monospace; + font-family: Console, monospace; color: #000000; margin: 0px; /*default margins get in the way*/ } |