From eab68b196f36cabe2d9ca5e7e9f80c8514812bc9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 25 May 2020 20:46:39 +0100 Subject: [PATCH] Set font path --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index 889b24381..472b287f5 100644 --- a/theme.py +++ b/theme.py @@ -152,6 +152,7 @@ def setThemeHacker(baseDir: str): "button-corner-radius": "4px", "timeline-border-radius": "4px", "*font-family": "'Bedstead'", + "*src": "url('./fonts/bedstead.otf') format('opentype')" "background-color: #554;": "background-color: #062200;", "color: #FFFFFE;": "color: green;", "calendar-bg-color": "black",