diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 4d38bdf..9e9c633 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -363,13 +363,13 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl rendererType: "dom", fontFamily: '"Courier", "Courier New", "Liberation Mono", "DejaVu Sans Mono", monospace', fontSize: 16, - lineHeight: 0.5, + lineHeight: 1, cursorBlink: true, scrollback: 2000, disableStdin: false, - customGlyphs: false, - fontWeight: "570", - fontWeightBold: "870", + customGlyphs: true, + fontWeight: "500", + fontWeightBold: "700", theme: { background: "#000000", foreground: "#ffffff",