From 337ff2a92da0d855966424a424cbb0c4f7aaf30d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 15 Dec 2020 14:46:06 -0500 Subject: [PATCH] remove ui-monospace and prefer input mono --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a5aec77..96ddbe1 100644 --- a/css/style.css +++ b/css/style.css @@ -10,7 +10,7 @@ body { font-size: 18px; - font-family: 'JetBrains Mono', ui-monospace, 'Courier New', Courier, monospace; + font-family: 'JetBrains Mono', 'Input Mono', monospace; line-height: 1.4; color: var(--textcolor); background: var(--bgcolor);