perf: preload crosses font on glaube pages

Add preload hint to fetch the crosses.woff2 font early,
improving First Contentful Paint on /glaube routes.
This commit is contained in:
2026-01-26 10:35:04 +01:00
parent 2d3ce6986a
commit 97a0c9d8a9
+3
View File
@@ -10,6 +10,9 @@ function isActive(path) {
return currentPath.startsWith(path);
}
</script>
<svelte:head>
<link rel="preload" href="/fonts/crosses.woff2" as="font" type="font/woff2" crossorigin>
</svelte:head>
<Header>
{#snippet links()}
<ul class=site_header>