From 165a65e479476948c5e31f993b34f9d003981a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Nagy?= Date: Fri, 20 Feb 2026 22:31:19 +0100 Subject: [PATCH] #EX-297: Fix system font loads before app font on linux --- frontend/Exence/src/styles/styles.scss | 2 ++ 1 file changed, 2 insertions(+) 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;