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 { html, body {
background-color: black; background-color: black;
color: white; color: white;
font-family: Monospace, Sans-Serif;
} }