From 987bc14dd3c64d64a15c1089dd0798bc6464a849 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 28 May 2020 13:00:19 +0100 Subject: [PATCH] Highvis font --- theme.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme.py b/theme.py index 2acba219..70c00467 100644 --- a/theme.py +++ b/theme.py @@ -160,7 +160,9 @@ def setThemeHighVis(baseDir: str): "font-size4": "35px", "font-size5": "29px", "gallery-font-size": "35px", - "gallery-font-size-mobile": "55px" + "gallery-font-size-mobile": "55px", + "*font-family": "'LinBiolinum_Kah'", + "*src": "url('./fonts/LinBiolinum_Kah.ttf') format('truetype')" } setThemeFromDict(baseDir, 'highvis', themeParams)