From 778f2194c975a7fdd99dda4ab33eba8864420933 Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto Date: Thu, 17 Sep 2020 22:20:32 +1000 Subject: [PATCH] Remove unnessary css rule --- frontend/tty-receiver/main.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/tty-receiver/main.css b/frontend/tty-receiver/main.css index c5c9d52..4bd05e7 100644 --- a/frontend/tty-receiver/main.css +++ b/frontend/tty-receiver/main.css @@ -46,7 +46,3 @@ html, body { height: 100%; } - -xterm { - font-family: SourceCodePro; -}