mirror of https://gitlab.com/bashrc2/epicyon
Set header font when setting custom font
parent
8865736fa7
commit
5bd94b5267
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)
|
||||
|
|
Loading…
Reference in New Issue