feature/initial-font-load #24

Merged
ilia merged 4 commits from feature/initial-font-load into main 2026-02-10 10:10:55 +00:00
Showing only changes of commit c8d249d6ce - Show all commits

View File

@@ -117,7 +117,7 @@
} }
body { body {
@apply bg-background text-foreground; @apply bg-background text-foreground;
font-family: 'Karla', system-ui, sans-serif; font-family: "Karla", system-ui, -apple-system, "Segoe UI", Inter, Roboto, Arial, sans-serif;
font-optical-sizing: auto; font-optical-sizing: auto;
} }
} }
@@ -162,3 +162,7 @@
.animate-nudge { .animate-nudge {
animation: nudge 10s ease-in-out infinite; animation: nudge 10s ease-in-out infinite;
} }
.barlow {
font-family: "Barlow", system-ui, Inter, Roboto, "Segoe UI", Arial, sans-serif;
}