From 58599afd5d39e154d5cc1dd78dc2b978f9942696 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Thu, 26 Jan 2023 20:07:18 -0500 Subject: [PATCH] add monospace to font family --- wwwroot/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 9fe573a..ff5a463 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -28,7 +28,7 @@ textarea { resize: none; color: #444; font-size: 12px; - font-family: Consolas, 'Courier New'; + font-family: Consolas, 'Courier New', monospace; outline: none; position: absolute; box-sizing: border-box;