From b51562c6b9e8961e9d082e9ac0f89483b5b6b6b9 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 23 Sep 2023 00:34:08 -0700 Subject: [PATCH] Font --- main-site/themes/temper/static/css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main-site/themes/temper/static/css/style.css b/main-site/themes/temper/static/css/style.css index f25acf2..6abac65 100644 --- a/main-site/themes/temper/static/css/style.css +++ b/main-site/themes/temper/static/css/style.css @@ -1,6 +1,6 @@ body { background-color: #212121; - font-family: Arial, Helvetica, sans-serif; + font-family: 'Courier New', monospace; color: #dcdcdc; } html { @@ -222,8 +222,6 @@ ul.timeline > li:before { margin: 0.3em; } - - @media (max-width: 768px) { body { min-width: 100%; } p { font-size: x-large; }