Skip to content

Commit

Permalink
added "500" to layout.tsx for weights and changed text weight to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
ofjuneskies committed Oct 1, 2024
1 parent e1174bc commit e37d278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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 @@ -17,7 +17,7 @@ export const metadata: Metadata = {
};

const fredoka = Fredoka({
weight: ["400", "700"],
weight: ["400", "500", "700"],
subsets: ["latin"],
variable: "--next-font-fredoka",
});
Expand Down
5 changes: 3 additions & 2 deletions apps/site/src/components/Footer/Footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
margin-right: 10px;
margin-left: 5px;
text-decoration: none;
font-weight: bold;
font-weight: 500;
}

.left_footer_text:hover{
Expand All @@ -28,7 +28,7 @@
font-size: 16px;
margin: 0.5vw;
border-radius: 8px;
font-weight: bold;
font-weight: 500;
}

.button:hover{
Expand All @@ -50,6 +50,7 @@

.text {
font-size: 1.5rem;
font-weight: 500;
color: white;
text-align: center;
margin-bottom: 0;
Expand Down

0 comments on commit e37d278

Please sign in to comment.