Skip to content

Commit

Permalink
pop courier normal in there too
Browse files Browse the repository at this point in the history
  • Loading branch information
foot committed Jul 2, 2018
1 parent 3fdce31 commit 1dbe145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/scripts/components/terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Terminal extends React.Component {
mountTerminal() {
Term.applyAddon(fit);
this.term = new Term({
fontFamily: '"Roboto Mono", "Courier New", monospace',
fontFamily: '"Roboto Mono", "Courier", "Courier New", monospace',
fontSize: 12,
convertEol: !this.props.pipe.get('raw'),
cursorBlink: true,
Expand Down

0 comments on commit 1dbe145

Please sign in to comment.