From f7483243fd77d2b80795cf884f97cd320d16b454 Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Thu, 19 Feb 2026 00:59:28 +0700 Subject: [PATCH] UI: Use font family setting when rendering MUI Link component (#2511) --- src/Themes/ui/Theme.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Themes/ui/Theme.tsx b/src/Themes/ui/Theme.tsx index 13b768594..6b0a96534 100644 --- a/src/Themes/ui/Theme.tsx +++ b/src/Themes/ui/Theme.tsx @@ -416,6 +416,13 @@ export function refreshTheme(): void { }, }, }, + MuiLink: { + styleOverrides: { + root: { + fontFamily: Settings.styles.fontFamily, + }, + }, + }, }, });