From 888a959cace8565370eca5c394d3683d9e201aab Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 8 Feb 2020 16:21:18 +0000 Subject: [PATCH] set textarea to monospace, something keeps messing about --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index 18ccbb57e..e35e9a3fb 100644 --- a/local.css +++ b/local.css @@ -120,7 +120,7 @@ form{ padding-bottom: 2em; } textarea{ - font-family: "Inconsolata", "monaco", "droid sans mono",fixed; + font-family: monospace; font-size: .9em; border: solid 1px; width: 100%; -- 2.30.2