diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 49d06bd..0b0fb3c 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -368,8 +368,8 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl scrollback: 2000, disableStdin: false, customGlyphs: false, - fontWeight: "600", - fontWeightBold: "800", + fontWeight: "400", + fontWeightBold: "700", theme: { background: "#000000", foreground: "#ffffff",