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}
+ />
>
)}