From 9abcda1182108cede4f33ab11b1d0d278a278b0a Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Mon, 1 Sep 2025 11:46:34 +0800 Subject: [PATCH] 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