Add some fallback fonts if SauceCodePro is loading

pull/10/head
Matthew Strasiotto 4 years ago
parent 8ff2901bc7
commit 8a274365dc

@ -20,7 +20,7 @@ class TTYReceiver {
scrollback: 0,
fontSize: 12,
letterSpacing: 0,
fontFamily: 'SauceCodePro'
fontFamily: 'SauceCodePro, courier-new, monospace'
});
this.containerElement = container;

Loading…
Cancel
Save