diff --git a/apps/site/src/app/layout.tsx b/apps/site/src/app/layout.tsx index db1bef48..dc56d6f6 100644 --- a/apps/site/src/app/layout.tsx +++ b/apps/site/src/app/layout.tsx @@ -17,7 +17,7 @@ export const metadata: Metadata = { }; const fredoka = Fredoka({ - weight: ["400", "700"], + weight: ["400", "500", "700"], subsets: ["latin"], variable: "--next-font-fredoka", }); diff --git a/apps/site/src/components/Footer/Footer.module.scss b/apps/site/src/components/Footer/Footer.module.scss index d5cfacb0..35ee0616 100644 --- a/apps/site/src/components/Footer/Footer.module.scss +++ b/apps/site/src/components/Footer/Footer.module.scss @@ -10,7 +10,7 @@ margin-right: 10px; margin-left: 5px; text-decoration: none; - font-weight: bold; + font-weight: 500; } .left_footer_text:hover{ @@ -28,7 +28,7 @@ font-size: 16px; margin: 0.5vw; border-radius: 8px; - font-weight: bold; + font-weight: 500; } .button:hover{ @@ -50,6 +50,7 @@ .text { font-size: 1.5rem; + font-weight: 500; color: white; text-align: center; margin-bottom: 0;