From b41c48da67420a5673c18d93835570f2af72ad2f Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Thu, 22 Jan 2026 15:31:59 +0300 Subject: [PATCH] feat(app): change main font --- src/app/styles/app.css | 2 ++ src/app/ui/Layout.svelte | 7 +++++++ 2 files changed, 9 insertions(+) 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(); + + + +