Skip to content

Commit

Permalink
Add some fallback fonts if SauceCodePro is loading
Browse files Browse the repository at this point in the history
  • Loading branch information
strazto committed Sep 25, 2020
1 parent 8ff2901 commit 8a27436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tty-receiver/tty-receiver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TTYReceiver {
scrollback: 0,
fontSize: 12,
letterSpacing: 0,
fontFamily: 'SauceCodePro'
fontFamily: 'SauceCodePro, courier-new, monospace'
});

this.containerElement = container;
Expand Down

0 comments on commit 8a27436

Please sign in to comment.