Feature/local fonts #45

Merged
ilia merged 5 commits from feature/local-fonts into main 2026-06-01 07:20:21 +00:00
Showing only changes of commit d77b51736a - Show all commits
+1 -1
View File
@@ -275,7 +275,7 @@
body {
@apply bg-background text-foreground;
font-family: "Karla", system-ui, -apple-system, "Segoe UI", Inter, Roboto, Arial, sans-serif;
font-family: var(--font-secondary);
font-optical-sizing: auto;
}