From 58864e1630e95c52c5a2d5e5aee33b039fbd3a5b Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Sun, 25 Oct 2020 21:19:40 +0000 Subject: [PATCH] Different font --- theme.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/theme.py b/theme.py index 301fc97ce..2a02a1796 100644 --- a/theme.py +++ b/theme.py @@ -946,6 +946,8 @@ def setThemeLight(baseDir: str): def setThemeIndymediaModern(baseDir: str): name = 'indymediamodern' + fontStr = \ + "url('./fonts/CheGuevaraTextSans-Regular.woff2') format('woff2')" themeParams = { "icon-brightness-change": "70%", "border-width-header": "0px", @@ -1016,8 +1018,8 @@ def setThemeIndymediaModern(baseDir: str): "title-text": "#282c37", "title-background": "#ccc", "gallery-text-color": "black", - "*font-family": "'ElectrumADFExp-Regular'", - "*src": "url('./fonts/ElectrumADFExp-Regular.otf') format('opentype')" + "*font-family": "'CheGuevaraTextSans-Regular'", + "*src": fontStr } bgParams = { "login": "jpg",