From 4f2ffd83df8b865d8579ba28eb5eb41cabf9a2dd Mon Sep 17 00:00:00 2001 From: Qaisar0347 <72160682+Qaisar0347@users.noreply.github.com> Date: Wed, 28 Oct 2020 08:38:01 -0700 Subject: [PATCH] Update common.css --- production/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production/common.css b/production/common.css index d00773d..c500196 100644 --- a/production/common.css +++ b/production/common.css @@ -4,7 +4,7 @@ */ body { - font-family: Helvetica, Arial, sans-serif; + font-family: monospace, Arial, sans-serif; } span.tag { @@ -12,7 +12,7 @@ span.tag { } pre { - font-family: Monaco, "Courier New", monospace; + font-family: sans-serif, "Courier New", monospace; } #c-panel {