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;
}
}