Switch display font from Atma to Bangers and update related imports and

This commit is contained in:
Riccardo Giorato
2025-12-28 13:13:52 +01:00
parent 0b65e78ea3
commit 6b19743950
6 changed files with 91 additions and 72 deletions
+2 -2
View File
@@ -48,7 +48,7 @@
@theme inline {
/* Adding tight tracking to Inter font for consistency */
--font-sans: "Inter", sans-serif;
--font-display: "Atma", cursive;
--font-display: "Bangers", cursive;
--font-heading: "Instrument Serif", serif;
--color-background: var(--background);
--color-foreground: var(--foreground);
@@ -149,7 +149,7 @@
}
.font-display {
font-family: "Atma", cursive;
font-family: "Bangers", cursive;
}
/* Smooth fade-in animation */