Skip to content

Commit

Permalink
fix about us header font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
waalbert committed Oct 4, 2024
1 parent 68189f1 commit 436fd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/site/src/app/(home)/sections/Intro/Intro.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

.header {
font-size: 1.25rem;
font-weight: 600;

@include bootstrap.media-breakpoint-up(sm) {
font-size: 2rem;
Expand Down
2 changes: 1 addition & 1 deletion apps/site/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const metadata: Metadata = {
};

const fredoka = Fredoka({
weight: ["400", "700"],
weight: ["400", "600", "700"],
subsets: ["latin"],
variable: "--next-font-fredoka",
});
Expand Down

0 comments on commit 436fd04

Please sign in to comment.