diff --git a/AppImage/components/terminal-panel.tsx b/AppImage/components/terminal-panel.tsx index d825567..ef0c9a6 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: "400", - fontWeightBold: "700", + fontWeight: "500", + fontWeightBold: "800", theme: { background: "#000000", foreground: "#ffffff",