Set the fontFamily of the tty-reciever to SourceCodePro

pull/10/head
Matthew Strasiotto 4 years ago
parent cd06e4b013
commit 3e0462604b

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

Loading…
Cancel
Save