Skip to content

Commit 0b213d3

Browse files
committed
fix: Terminal was not using truly bold font
1 parent e210059 commit 0b213d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugins/plugin-codeflare/src/components/Terminal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export default class XTerm extends React.PureComponent<Props, State> {
262262

263263
// FIXME. not tied to theme
264264
xterm.options.fontWeight = 400
265-
xterm.options.fontWeightBold = 600
265+
xterm.options.fontWeightBold = 700
266266
}
267267
} catch (err) {
268268
console.error("Error setting terminal font size", err)

0 commit comments

Comments
 (0)