From 4f3845bbe3ad083864c9b68b3aedc88c1bb0ed52 Mon Sep 17 00:00:00 2001 From: Boris Rorsvort Date: Wed, 4 Feb 2026 23:24:30 +0100 Subject: [PATCH] fix(ui): Nautiline theme font path (#4983) * fix: Nautiline theme font path * refactor font path --- ui/src/themes/nautiline.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/src/themes/nautiline.js b/ui/src/themes/nautiline.js index 6a05bf38..65ded5fc 100644 --- a/ui/src/themes/nautiline.js +++ b/ui/src/themes/nautiline.js @@ -8,6 +8,7 @@ // ============================================ const ACCENT_COLOR = '#009688' // Material teal +const UNBOUNDED_FONT_PATH = 'fonts/Unbounded-Variable.woff2' // ============================================ // DESIGN TOKENS @@ -69,7 +70,7 @@ const tokens = { font-style: normal; font-weight: 300 800; font-display: swap; - src: url('/fonts/Unbounded-Variable.woff2') format('woff2'); + src: url('${UNBOUNDED_FONT_PATH}') format('woff2'); } `, }, @@ -275,7 +276,7 @@ const NautilineTheme = { fontStyle: 'normal', fontWeight: '300 800', fontDisplay: 'swap', - src: "url('/fonts/Unbounded-Variable.woff2') format('woff2')", + src: `url('${UNBOUNDED_FONT_PATH}') format('woff2')`, }, body: { backgroundColor: colors.background.primary, @@ -794,7 +795,7 @@ const NautilineTheme = { font-style: normal; font-weight: 300 800; font-display: swap; - src: url('/fonts/Unbounded-Variable.woff2') format('woff2'); + src: url('${UNBOUNDED_FONT_PATH}') format('woff2'); } .react-jinke-music-player-main {