Merge branch 'main' of gitlab.com:bashrc2/epicyon

merge-requests/30/head
Bob Mottram 2022-02-27 14:31:37 +00:00
commit 2504e31197
2 changed files with 2 additions and 0 deletions

View File

@ -513,6 +513,7 @@ def _set_custom_font(base_dir: str):
"') format('" +
custom_font_type + "')")
css = set_css_param(css, "*font-family", "'CustomFont'")
css = set_css_param(css, "header-font", "'CustomFont'")
filename = base_dir + '/' + filename
with open(filename, 'w+') as cssfile:
cssfile.write(css)

View File

@ -75,6 +75,7 @@
"post-separator-margin-top": "10px",
"post-separator-margin-bottom": "10px",
"newswire-publish-icon": "True",
"newswire-date-color": "#5152a3",
"full-width-timeline-buttons": "False",
"icons-as-buttons": "False",
"rss-icon-at-top": "True",