From 9abcda1182108cede4f33ab11b1d0d278a278b0a Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Mon, 1 Sep 2025 11:46:34 +0800 Subject: [PATCH 1/2] Added more fonts --- fwt/components/HTML/HTML.sass | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/fwt/components/HTML/HTML.sass b/fwt/components/HTML/HTML.sass index 8f2ac4b..0b2b6f4 100644 --- a/fwt/components/HTML/HTML.sass +++ b/fwt/components/HTML/HTML.sass @@ -11,3 +11,15 @@ .roboto @extend .body font-family: fonts.$Roboto + +.montserrat + @extend .body + font-family: fonts.$Montserrat + +.opensans + @extend .body + font-family: fonts.$OpenSans + +.publicsans + @extend .body + font-family: fonts.$PublicSans From d8d8119dd1d4590d11a9afd286395584c2c3e58f Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Mon, 1 Sep 2025 11:46:41 +0800 Subject: [PATCH 2/2] Adjusted margin --- fwt/components/Footer/Footer.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fwt/components/Footer/Footer.sass b/fwt/components/Footer/Footer.sass index 2d87966..8eaac3a 100644 --- a/fwt/components/Footer/Footer.sass +++ b/fwt/components/Footer/Footer.sass @@ -1,6 +1,6 @@ .footer padding: 1rem 0 - margin: 0 20rem + margin: 0 2rem position: fixed bottom: 0 width: 100%