diff --git a/theme.py b/theme.py index 1da7a7664..c4a96d5bf 100644 --- a/theme.py +++ b/theme.py @@ -136,6 +136,7 @@ def setCustomFont(baseDir: str): customFontExt + "') format('" + customFontType + "')") + css = setCSSparam(css, "*font-family", "'CustomFont'") filename = baseDir + '/' + filename with open(filename, 'w') as cssfile: cssfile.write(css)