mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of gitlab.com:bashrc2/epicyon
commit
2504e31197
1
theme.py
1
theme.py
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue