summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2021-12-16 01:36:13 +0800
committerAndrew Yu <andrew@andrewyu.org>2021-12-16 01:36:13 +0800
commitf74cb99c150c9739abf4d58264692d227f84e26e (patch)
treeb14cfb26d74e2737fbfce246e09aa040836852fa
parent5fe874d5bfd769cc78e19d6cd3848bdde3235694 (diff)
downloadwww-f74cb99c150c9739abf4d58264692d227f84e26e.tar.gz
use sans fonts, as nerds already use CLI browsers
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 7d0bac5..62bbb5f 100644
--- a/style.css
+++ b/style.css
@@ -1,7 +1,7 @@
 body {
 	background-color: black;
 	color: white;
-	font-family: monospace;
+	font-family: sans-serif;
 	width: 98%;
 	margin: auto;
 	line-height: 1.3;