feat(app): change main font

This commit is contained in:
Ilia Mashkov
2026-01-22 15:31:59 +03:00
parent 1d0ca31262
commit b41c48da67
2 changed files with 9 additions and 0 deletions

View File

@@ -117,6 +117,8 @@
}
body {
@apply bg-background text-foreground;
font-family: 'Karla', system-ui, sans-serif;
font-optical-sizing: auto;
}
}

View File

@@ -26,6 +26,13 @@ let { children } = $props();
<link rel="icon" href={favicon} />
<link rel="preconnect" href="https://api.fontshare.com" />
<link rel="preconnect" href="https://cdn.fontshare.com" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<link
href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap"
rel="stylesheet"
>
</svelte:head>
<div id="app-root">