diff --git a/frontend/Exence/src/styles/styles.scss b/frontend/Exence/src/styles/styles.scss index 86acaaf..e4ab450 100644 --- a/frontend/Exence/src/styles/styles.scss +++ b/frontend/Exence/src/styles/styles.scss @@ -35,6 +35,8 @@ html { } body { + --bs-body-font-family: 'Montserrat', Arial, sans-serif; + font-family: var(--bs-body-font-family); background-color: var(--app-background-color); color: var(--default-text-color); font-weight: normal;