Smaller header font

merge-requests/8/head
Bob Mottram 2020-11-07 21:28:09 +00:00
parent 42d2198086
commit 5b730b4ba6
1 changed files with 3 additions and 0 deletions

View File

@ -1026,6 +1026,7 @@ def setThemeIndymediaModern(baseDir: str):
fontStrItalic = \ fontStrItalic = \
"url('./fonts/NimbusSanL-italic.otf') format('opentype')" "url('./fonts/NimbusSanL-italic.otf') format('opentype')"
themeParams = { themeParams = {
"font-size-header": "14px",
"font-size": "22px", "font-size": "22px",
"font-size2": "16px", "font-size2": "16px",
"font-size3": "30px", "font-size3": "30px",
@ -1034,6 +1035,8 @@ def setThemeIndymediaModern(baseDir: str):
"font-size-likes": "10px", "font-size-likes": "10px",
"font-size-links": "12px", "font-size-links": "12px",
"font-size-newswire": "12px", "font-size-newswire": "12px",
"font-size-newswire-mobile": "30px",
"font-size-dropdown-header": "30px",
"post-separator-margin-top": "1%", "post-separator-margin-top": "1%",
"post-separator-margin-bottom": "1%", "post-separator-margin-bottom": "1%",
"post-separator-width": "95%", "post-separator-width": "95%",