This commit is contained in:
Ondřej 2024-01-08 17:21:17 +01:00
parent a709eec8f0
commit 7c75e51e2e

View file

@ -16,8 +16,13 @@ const { title } = Astro.props;
<title>{title}</title> <title>{title}</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> rel="preload"
href="/fonts/Ysabeau[wght].ttf"
as="font"
type="font/ttf"
crossorigin
/>
</head> </head>
<body> <body>
<slot /> <slot />