1
0
mirror of https://github.com/immich-app/immich.git synced 2025-09-16 09:36:54 +02:00

fix: preloading fonts (#13132)

This commit is contained in:
martin
2024-10-03 04:30:26 +02:00
committed by GitHub
parent 6b8462402b
commit 31c0dfb681

View File

@@ -13,8 +13,8 @@
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96.png" />
<link rel="icon" type="image/png" sizes="144x144" href="/favicon-144.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180.png" />
<link rel="preload" as="font" type="font/ttf" href="%app.font%" />
<link rel="preload" as="font" type="font/ttf" href="%app.monofont%" />
<link rel="preload" as="font" type="font/ttf" href="%app.font%" crossorigin="anonymous" />
<link rel="preload" as="font" type="font/ttf" href="%app.monofont%" crossorigin="anonymous" />
%sveltekit.head%
<style>
/* prevent FOUC */