This commit is contained in:
2023-04-19 12:33:07 +02:00
parent f2d8ab81e9
commit 0a883ce7fb
6 changed files with 122 additions and 82 deletions

View File

@@ -5,6 +5,11 @@
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
<style>
body {
font-family: 'Athiti', sans-serif;
}
</style>
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>