From 3788487196d8c6148a50022f61494e40a519ae47 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 23 Nov 2025 23:10:23 +0100 Subject: [PATCH] Update terminal-panel.tsx --- AppImage/components/terminal-panel.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",