feat: add Gotham font files and integrate into styles

This commit is contained in:
2026-06-26 08:52:40 -03:00
parent def3a04548
commit 3c163e672b
18 changed files with 263 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
@use "./fonts";
@import "./theme";
@import "../node_modules/bootstrap/scss/bootstrap";
:root {
--bs-body-font-family: "Gotham", sans-serif;
}