diff --git a/apps/ui/src/store/app-store.ts b/apps/ui/src/store/app-store.ts index 75c97ccb..a23c17c4 100644 --- a/apps/ui/src/store/app-store.ts +++ b/apps/ui/src/store/app-store.ts @@ -1440,7 +1440,7 @@ const initialState: AppState = { defaultFontSize: 14, defaultRunScript: '', screenReaderMode: false, - fontFamily: "Menlo, Monaco, 'Courier New', monospace", + fontFamily: DEFAULT_FONT_VALUE, scrollbackLines: 5000, lineHeight: 1.0, maxSessions: 100,