From 3e0462604b49af18df1f52c0129ea177db74302e Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto Date: Thu, 17 Sep 2020 12:06:39 +0000 Subject: [PATCH] Set the fontFamily of the tty-reciever to SourceCodePro --- frontend/tty-receiver/tty-receiver.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/tty-receiver/tty-receiver.ts b/frontend/tty-receiver/tty-receiver.ts index 617d4b8..998e123 100644 --- a/frontend/tty-receiver/tty-receiver.ts +++ b/frontend/tty-receiver/tty-receiver.ts @@ -20,6 +20,7 @@ class TTYReceiver { scrollback: 0, fontSize: 12, letterSpacing: 0, + fontFamily: 'SourceCodePro' }); this.containerElement = container;