From 4879d388e8ac3c72a210e7521ebbb69f8d0e01e5 Mon Sep 17 00:00:00 2001 From: Nat <1236984+sindastra@users.noreply.github.com> Date: Fri, 13 Mar 2020 12:16:22 +0100 Subject: [PATCH] Update style.css --- src/www/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/www/style.css b/src/www/style.css index 1104d7c..5e2aae9 100644 --- a/src/www/style.css +++ b/src/www/style.css @@ -44,7 +44,7 @@ code, #code { width:100%; height:500px; height:95vh; - font-family:monospace; + font-family:"Share Tech Mono", monospace; border:none; outline:0; tab-size:4; @@ -56,7 +56,7 @@ code { } #submit { - font-family:monospace; + font-family:"Share Tech Mono", monospace;; border:1px solid lime; background:black; color:lime;