Scroll behavour + font loading disable

This commit is contained in:
Simon Martens
2024-01-25 19:43:10 +01:00
parent 050784025c
commit 1a13383657
2 changed files with 3 additions and 2 deletions

View File

@@ -12,10 +12,11 @@
@* Resources *@
<link rel="preload" href="/img/subtlenet2.png" as="image" />
@* We do not preload the fonts since they are embedded in the css by vite
<link rel="preload" href="/fonts/LinBiolinum_Rah.ttf" as="font" crossorigin/>
<link rel="preload" href="/fonts/LinLibertine_Rah.ttf" as="font" crossorigin/>
<link rel="preload" href="/fonts/LinLibertine_RIah.ttf" as="font" crossorigin/>
<link rel="preload" href="/fonts/LinLibertine_RBah.ttf" as="font" crossorigin/>
<link rel="preload" href="/fonts/LinLibertine_RBah.ttf" as="font" crossorigin/> *@
@* Styles *@
<link rel="stylesheet" href="/dist/style.css" asp-append-version="true" />