Don't remove font size

main
Bob Mottram 2021-12-05 20:24:56 +00:00
parent 97e132260f
commit 109f8495f6
1 changed files with 0 additions and 1 deletions

View File

@ -235,7 +235,6 @@ def htmlThemeDesigner(cssCache: {}, baseDir: str,
for variableName, value in themeJson.items():
if 'font-size' in variableName:
variableNameStr = variableName.replace('-', ' ')
variableNameStr = variableNameStr.replace('font size', '').strip()
variableNameStr = variableNameStr.title()
fontStr += \
' <tr><td><label class="labels">' + \