2
0
mirror of https://github.com/elisescu/tty-server synced 2024-11-15 12:12:54 +00:00

Set the fontFamily of the tty-reciever to SourceCodePro

This commit is contained in:
Matthew Strasiotto 2020-09-17 12:06:39 +00:00
parent cd06e4b013
commit 3e0462604b

View File

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