From a2d5c6dac6dd57e2576596e659669368e5bfb99e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 23 Nov 2019 13:12:02 +0000 Subject: [PATCH] Monospace --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index c88efa75..b4b6a3d1 100644 --- a/theme.py +++ b/theme.py @@ -139,7 +139,7 @@ def setThemeHacker(baseDir: str): "button-text": "green", "button-corner-radius": "4px", "timeline-border-radius": "4px", - "*font-family": "'Courier'", + "*font-family": "'monospace'", "background-color: #554;": "background-color: #062200;", "color: #FFFFFE;": "color: green;", "calendar-bg-color": "black",