From 5b730b4ba697162c0e3c70e7cf600279f05b4933 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Nov 2020 21:28:09 +0000 Subject: [PATCH] Smaller header font --- theme.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.py b/theme.py index d52462c88..a36d66e8c 100644 --- a/theme.py +++ b/theme.py @@ -1026,6 +1026,7 @@ def setThemeIndymediaModern(baseDir: str): fontStrItalic = \ "url('./fonts/NimbusSanL-italic.otf') format('opentype')" themeParams = { + "font-size-header": "14px", "font-size": "22px", "font-size2": "16px", "font-size3": "30px", @@ -1034,6 +1035,8 @@ def setThemeIndymediaModern(baseDir: str): "font-size-likes": "10px", "font-size-links": "12px", "font-size-newswire": "12px", + "font-size-newswire-mobile": "30px", + "font-size-dropdown-header": "30px", "post-separator-margin-top": "1%", "post-separator-margin-bottom": "1%", "post-separator-width": "95%",