Fix Hero Banner fonts

This commit is contained in:
adilallo
2025-08-21 17:21:39 -06:00
parent d430ec0552
commit b486022c3b
7 changed files with 43 additions and 31 deletions
+19
View File
@@ -1,5 +1,24 @@
@import "./tailwind.css";
/* Map next/font CSS variables to handy classes */
.font-inter {
font-family: var(--font-inter), ui-sans-serif, system-ui, -apple-system,
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
"Apple Color Emoji", "Segoe UI Emoji";
}
.font-bricolage-grotesque {
font-family: var(--font-bricolage-grotesque), ui-sans-serif, system-ui,
-apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
/* Set default body text face */
html,
body {
font-family: var(--font-inter), ui-sans-serif, system-ui, -apple-system,
"Segoe UI", Roboto, "Helvetica Neue", Arial;
}
body {
background-color: black;
min-height: 100vh;