diff --git a/src/app/styles/app.css b/src/app/styles/app.css index f574f19..2461f0d 100644 --- a/src/app/styles/app.css +++ b/src/app/styles/app.css @@ -117,6 +117,8 @@ } body { @apply bg-background text-foreground; + font-family: 'Karla', system-ui, sans-serif; + font-optical-sizing: auto; } } diff --git a/src/app/ui/Layout.svelte b/src/app/ui/Layout.svelte index 1764df0..f3b6872 100644 --- a/src/app/ui/Layout.svelte +++ b/src/app/ui/Layout.svelte @@ -26,6 +26,13 @@ let { children } = $props(); + + + +