Commit Diff


commit - c8e061885ccfa2ae4cc2b979e684655d371f08e9
commit + e5deefb195e0a18be8bb3af18f7f80ec345a0f3e
blob - b605fffa55561bbb4c7d115bc58651da79849db3
blob + bae0c8f256129076ca4af5a52ebff362aa40d70a
--- stuff/style.css
+++ stuff/style.css
@@ -2,7 +2,7 @@ html {
 	max-width: 88ch;
 	padding: 3em 1em;
 	margin: auto;
-	font-family: sans-serif;
+	font-family: monospace, monospace;
 	font-size: min(max(1em, 1.3vw), 1.5em);
 	line-height: 1.7;
 }
@@ -33,7 +33,6 @@ pre {
   margin-right: 1em;
   white-space: pre-wrap;
   width: fit-content;
-  font-family: monospace;
 }
 
 #footnote {
blob - 41f699aa48f3ee11afe5716bcccff29d95663929
blob + 05125ded67e80c4bd364c94b10eb30fac7e99927
--- styles.css
+++ styles.css
@@ -1,6 +1,6 @@
 body {
     position: absolute;
-    font-family: sans-serif;
+    font-family: monospace, monospace;
     font-size: 200%;
     top: 10%;
     text-align: center;