From ba41fb523e27de3979e27261033bfc76707355ec Mon Sep 17 00:00:00 2001 From: networkException Date: Tue, 8 Feb 2022 16:46:30 +0100 Subject: [PATCH] Style: Overwrite user agent pre font family by inheriting from body --- public/style/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style/index.css b/public/style/index.css index 1319fab..c94e348 100644 --- a/public/style/index.css +++ b/public/style/index.css @@ -12,6 +12,7 @@ body { pre { margin: 0; + font-family: inherit; } body > pre > span {