From 47629f4724bbb98ee40a199fde00275ca932fd7c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 29 Jul 2020 22:45:56 +0100 Subject: [PATCH] Night theme uses solidaric --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 41090eee6..49cdd8d52 100644 --- a/theme.py +++ b/theme.py @@ -274,7 +274,7 @@ def setThemeNight(baseDir: str): removeTheme(baseDir) setThemeInConfig(baseDir, name) fontStr = \ - "url('./fonts/CheGuevaraTextSans-Regular.woff2') format('woff2')" + "url('./fonts/solidaric.woff2') format('woff2')" themeParams = { "font-size-button-mobile": "36px", "font-size": "32px",