diff --git a/app/components/settings/Settings.tsx b/app/components/settings/Settings.tsx
index ad1c21e..0d77b0b 100644
--- a/app/components/settings/Settings.tsx
+++ b/app/components/settings/Settings.tsx
@@ -516,19 +516,6 @@ const Settings: React.FC<{ closeSettings: () => void; accountName: string }> = (
setValue={setBasicTextColor}
cssVariable=""
/>
-
- {
- setFontFamily(newFont);
- document.documentElement.style.setProperty('--font-family', newFont);
- }}
- options={fontOptions}
- />
>
)}