🛠 Update font, fix light mode

This commit is contained in:
Dennis Reimann
2020-10-05 18:15:19 +02:00
parent 8fdf5764ea
commit 4e10a39a27
8 changed files with 27 additions and 12 deletions

View File

@@ -31,7 +31,8 @@ html(lang="en")
meta(property="twitter:image" content=assetUrl(pageCard))
meta(name="msapplication-TileColor" content=themeColor)
meta(name="theme-color" content=themeColor)
link(rel="preload" as="font" crossorigin href=assetPath("/fonts/theboldfont.woff2"))
link(rel="preload" as="font" crossorigin href=assetPath("/fonts/noto-sans-400.woff2"))
link(rel="preload" as="font" crossorigin href=assetPath("/fonts/noto-sans-700.woff2"))
link(rel="apple-touch-icon" href=assetPath("/img/einundzwanzig-square.svg"))
link(rel="icon" href=assetPath("/img/einundzwanzig-square.svg"))
link(rel="manifest" href="/site.webmanifest")