Made font use monospace / sans-serif

This commit is contained in:
jreichmann 2018-05-18 13:48:38 +02:00
parent eaecb1838f
commit 0104c58ad6

View File

@ -1,4 +1,5 @@
html, body {
background-color: black;
color: white;
font-family: Monospace, Sans-Serif;
}