Added a preload for the fonts and image

This commit is contained in:
schnulller
2022-05-11 16:44:09 +02:00
parent c87a8513ab
commit dc148f6db1
5 changed files with 964 additions and 473 deletions

View File

@@ -4,6 +4,19 @@
<meta name="description" content="Internationales Hamann-Kolloquium. Tagung für Interessierte und Forscher zum Philosophen Johann Georg Hamann.">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="preload"
href="/src/fonts/LinLibertine_R.woff"
as="font"
crossorigin
/>
<link
rel="preload"
href="/src/fonts/LinLibertine_RB.woff"
as="font"
crossorigin
/>
<link rel="preload" href="/src/img/subtlenet2.png" as="image" />
<title>Internationales Hamann-Kolloquium</title>
<script type="module" src="/main.ts"></script>
</head>