diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 8f757f0..f9f0658 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -360,7 +360,7 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl ]).then(([Terminal, FitAddon]) => [Terminal, FitAddon]) const term = new TerminalClass({ - fontFamily: '"Consolas", "Courier New", monospace', + fontFamily: '"Consolas", "Courier", monospace', fontSize: isMobile ? 11 : 14, cursorBlink: true,