From 8d3d8ba03e8ddca7d49f9c1f100faabf28087ee2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 27 May 2020 23:39:56 +0100 Subject: [PATCH] Use default font --- theme.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/theme.py b/theme.py index 47ea99166..883df247c 100644 --- a/theme.py +++ b/theme.py @@ -172,8 +172,6 @@ def setThemePurple(baseDir: str): "background-color: #554;": "background-color: #ff42a0;", "color: #FFFFFE;": "color: #1f152d;", "calendar-bg-color": "#eee", - "*font-family": "'Judges'", - "*src": "url('./fonts/Judges.woff') format('woff')", "lines-color": "#ff42a0", "day-number": "#3f2145", "day-number2": "#1f152d",