From 3ddbfe1b9b604589ecc0db7c541c2a746030a322 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 29 Jun 2019 07:28:05 +0100 Subject: [PATCH] yuk. font in textarea is dreadful --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index bf7b5dd30..c6033fc97 100644 --- a/local.css +++ b/local.css @@ -113,7 +113,7 @@ form{ padding-bottom: 2em; } textarea{ - font-family: "Inconsolata", "monaco", "droid sans mono",fixed; + /*font-family: "Inconsolata", "monaco", "droid sans mono",fixed;*/ font-size: .9em; border: solid 1px; width: 100%; -- 2.30.2