style: add root font family variable for consistent typography
This commit is contained in:
parent
6b4fccbdbb
commit
5e25c00240
|
|
@ -1,2 +1,6 @@
|
|||
@use "@fortawesome/fontawesome-free/css/all.min.css";
|
||||
@use "bootstrap/scss/bootstrap";
|
||||
|
||||
:root {
|
||||
--bs-body-font-family: "Gotham", sans-serif;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue