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:
parent
cd06e4b013
commit
3e0462604b
@ -20,6 +20,7 @@ class TTYReceiver {
|
||||
scrollback: 0,
|
||||
fontSize: 12,
|
||||
letterSpacing: 0,
|
||||
fontFamily: 'SourceCodePro'
|
||||
});
|
||||
|
||||
this.containerElement = container;
|
||||
|
Loading…
Reference in New Issue
Block a user