diff --git a/src/features/preferences/renderer/preference-items/terminal/terminal-font-family/terminal-font-options.injectable.tsx b/src/features/preferences/renderer/preference-items/terminal/terminal-font-family/terminal-font-options.injectable.tsx index 6f1933d4b4..b80902f21b 100644 --- a/src/features/preferences/renderer/preference-items/terminal/terminal-font-family/terminal-font-options.injectable.tsx +++ b/src/features/preferences/renderer/preference-items/terminal/terminal-font-family/terminal-font-options.injectable.tsx @@ -27,8 +27,8 @@ const terminalFontPreferenceModelInjectable = getInjectable({ return { options: computed(() => terminalFonts.map(font => ({ label: ( - - {font} + + {font.name} ), value: font.name,