diff --git a/src/styles.scss b/src/styles.scss index ab40d7b..aabf90b 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,2 +1,6 @@ @use "@fortawesome/fontawesome-free/css/all.min.css"; @use "bootstrap/scss/bootstrap"; + +:root { + --bs-body-font-family: "Gotham", sans-serif; +}