From 9c509bc94d60f500e94ce24d23df6a732481239c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 26 Oct 2020 16:58:56 +0000 Subject: [PATCH] Opentype --- theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 0f9e852d0..bda479354 100644 --- a/theme.py +++ b/theme.py @@ -947,7 +947,7 @@ def setThemeLight(baseDir: str): def setThemeIndymediaModern(baseDir: str): name = 'indymediamodern' fontStr = \ - "url('./fonts/NimbusSanL.otf') format('otf')" + "url('./fonts/NimbusSanL.otf') format('opentype')" themeParams = { "container-button-padding": "0px", "container-button-margin": "0px",