added sans(roboto) font

This commit is contained in:
Fractal-Tess
2022-08-24 10:00:44 +03:00
parent 5847abebfb
commit 538879e190

View File

@@ -15,7 +15,7 @@
{#await theme.load() then}
<div
class="bg-base-100 text-base-content h-screen flex flex-col overflow-y-auto overflow-x-hidden"
class="font-sans bg-base-100 text-base-content h-screen flex flex-col overflow-y-auto overflow-x-hidden"
>
<Header />
<main class="flex-1" in:fade={{ delay: 300, duration: 1000 }}>