From 0104c58ad6aef4dc49a24a27111a07c3b10a6bb2 Mon Sep 17 00:00:00 2001 From: jreichmann <34141868+jreichmann@users.noreply.github.com> Date: Fri, 18 May 2018 13:48:38 +0200 Subject: [PATCH] Made font use monospace / sans-serif --- dark_theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dark_theme.css b/dark_theme.css index 1853be9..22f7e44 100644 --- a/dark_theme.css +++ b/dark_theme.css @@ -1,4 +1,5 @@ html, body { background-color: black; color: white; + font-family: Monospace, Sans-Serif; }