Skip to content

Commit

Permalink
Change font setting in tty-reciever.ts to new font
Browse files Browse the repository at this point in the history
  • Loading branch information
strazto committed Sep 24, 2020
1 parent 2387c01 commit 913ce07
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: 'SourceCodePro'
fontFamily: 'Sauce_Code_Pro'
});

this.containerElement = container;
Expand Down

0 comments on commit 913ce07

Please sign in to comment.