From c7fdfa15cbe9adc1cf8f4e78d1168c93abc49234 Mon Sep 17 00:00:00 2001 From: sageTheDM Date: Fri, 4 Oct 2024 18:21:57 +0200 Subject: [PATCH] Minor changes --- app/components/settings/Settings.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/components/settings/Settings.tsx b/app/components/settings/Settings.tsx index 0d77b0b..ad1c21e 100644 --- a/app/components/settings/Settings.tsx +++ b/app/components/settings/Settings.tsx @@ -516,6 +516,19 @@ const Settings: React.FC<{ closeSettings: () => void; accountName: string }> = ( setValue={setBasicTextColor} cssVariable="" /> + + { + setFontFamily(newFont); + document.documentElement.style.setProperty('--font-family', newFont); + }} + options={fontOptions} + /> )}