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

@@ -7,6 +7,19 @@
/>
<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 Kolloquien</title>
<script type="module" src="/main.ts"></script>
</head>