From d626535234f127c259309d635a93e0b766f26989 Mon Sep 17 00:00:00 2001 From: fairlighteth <31534717+fairlighteth@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:08:46 +0100 Subject: [PATCH] fix: update font family to include 'Inter' in UI constants and theme --- libs/ui/src/consts.ts | 2 +- libs/ui/src/theme/ThemeColorVars.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ui/src/consts.ts b/libs/ui/src/consts.ts index 381b40ad21..707ba40cc1 100644 --- a/libs/ui/src/consts.ts +++ b/libs/ui/src/consts.ts @@ -43,7 +43,7 @@ export const Media = { } export const Font = { - family: `'studiofeixen', Arial, sans-serif`, + family: `'studiofeixen', 'Inter var', 'Inter', Arial, sans-serif`, familySerif: `'studiofeixenserif', Arial, serif`, familyMono: `'studiofeixenmono', monospace, sans-serif`, weight: { diff --git a/libs/ui/src/theme/ThemeColorVars.tsx b/libs/ui/src/theme/ThemeColorVars.tsx index ae3a33e9a4..b5b4872b06 100644 --- a/libs/ui/src/theme/ThemeColorVars.tsx +++ b/libs/ui/src/theme/ThemeColorVars.tsx @@ -178,7 +178,7 @@ export const ThemeColorVars = css` ${UI.FONT_SIZE_LARGE}: 18px; ${UI.FONT_SIZE_LARGER}: 20px; ${UI.FONT_SIZE_LARGEST}: 24px; - ${UI.FONT_FAMILY_PRIMARY}: 'studiofeixen', Arial, sans-serif; + ${UI.FONT_FAMILY_PRIMARY}: 'studiofeixen', 'Inter var', 'Inter', Arial, sans-serif; // Animation ${UI.ANIMATION_DURATION}: 0.1s;