From 359e3fdc48c127df68d4a25fc3756a99a5774970 Mon Sep 17 00:00:00 2001 From: Darko Tomic Date: Fri, 25 Aug 2023 10:04:21 +0200 Subject: [PATCH] Titillium font fix (#127) --- server/theme/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/theme/theme.css b/server/theme/theme.css index ecf5c75..25105a6 100644 --- a/server/theme/theme.css +++ b/server/theme/theme.css @@ -16,7 +16,7 @@ /* CORE: TYPOGRAPHY */ --font-family-core--sans: "Lato", sans-serif; - --font-family-core--serif: "Titilium Web", sans-serif; + --font-family-core--serif: "Titillium Web", sans-serif; /* COMPONENT: BUTTONS */ /* Primary */