Has no style

main
Bob Mottram 2020-11-10 15:18:11 +00:00
parent 6939c82302
commit 2aab0da736
1 changed files with 0 additions and 1 deletions

View File

@ -446,7 +446,6 @@ def htmlHeaderWithExternalStyle(cssFilename: str, css: str, lang='en') -> str:
if fontName:
htmlStr += ' <link rel="preload" as="font" type="' + \
fontFormat + '" href="' + fontName + '" crossorigin>\n'
htmlStr += ' <style>\n' + css + '</style>\n'
cssFile = cssFilename.split('/')[-1]
htmlStr += ' <link rel="stylesheet" href="' + cssFile + '">'
htmlStr += ' <link rel="manifest" href="/manifest.json">\n'