mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
Scroll behavour + font loading disable
This commit is contained in:
@@ -12,10 +12,11 @@
|
|||||||
|
|
||||||
@* Resources *@
|
@* Resources *@
|
||||||
<link rel="preload" href="/img/subtlenet2.png" as="image" />
|
<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/LinBiolinum_Rah.ttf" as="font" crossorigin/>
|
||||||
<link rel="preload" href="/fonts/LinLibertine_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_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 *@
|
@* Styles *@
|
||||||
<link rel="stylesheet" href="/dist/style.css" asp-append-version="true" />
|
<link rel="stylesheet" href="/dist/style.css" asp-append-version="true" />
|
||||||
|
|||||||
@@ -256,7 +256,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: auto;
|
||||||
text-decoration-skip-ink: all;
|
text-decoration-skip-ink: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user