From 874381207706c6a5ed1a73a3c5e531954d2fb024 Mon Sep 17 00:00:00 2001 From: fazil Date: Thu, 13 Jan 2022 23:23:47 +0300 Subject: [PATCH] Change font family for Firefox --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 95e72ad..b361ab4 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ body { background-color: #15151c; } #console { - font-family: courier, monospace; + font-family: monospace, monospace; color: #fff; width:750px; margin-left:auto; @@ -96,4 +96,4 @@ a:hover { 50% { color: white; } -} \ No newline at end of file +}