diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index 476870e..b5eca97 100644 --- a/AppImage/components/terminal-panel.tsx +++ b/AppImage/components/terminal-panel.tsx @@ -367,8 +367,8 @@ export const TerminalPanel: React.FC = ({ websocketUrl, onCl scrollback: 2000, disableStdin: false, customGlyphs: false, - fontWeight: "500", - fontWeightBold: "800", + fontWeight: "550", + fontWeightBold: "850", theme: { background: "#000000", foreground: "#ffffff",