Skip to content

Commit

Permalink
fix fredoka naming
Browse files Browse the repository at this point in the history
  • Loading branch information
waalbert committed Sep 27, 2024
1 parent e7c7108 commit a4a9585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/site/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const metadata: Metadata = {
const fuzzy = Fredoka({
weight: ["400", "700"],
subsets: ["latin"],
variable: "--next-font-fuzzy-bubbles",
variable: "--next-font-fredoka",
});

export default function RootLayout({
Expand Down
2 changes: 1 addition & 1 deletion apps/site/src/lib/styles/_bootstrap-utils.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "~bootstrap/scss/functions";

// Bootstrap overrides (must come before importing variables)
$font-family-base: var(--next-font-fuzzy-bubbles);
$font-family-base: var(--next-font-fredoka);
$font-size-base: 1.25rem;
$h1-font-size: 5rem;
$h2-font-size: 3rem;
Expand Down

0 comments on commit a4a9585

Please sign in to comment.