From 78547417db1bdff1368ed14a2f9fb876f45707cc Mon Sep 17 00:00:00 2001 From: beenull Date: Sun, 26 Nov 2023 20:57:57 +0000 Subject: [PATCH] Update style.less --- style.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.less b/style.less index 163b99a..2106495 100755 --- a/style.less +++ b/style.less @@ -14,7 +14,7 @@ } * { - font-family: system-ui, sans-serif; + font-family: IBM Plex Mono,monospace; scrollbar-width: auto; @@ -73,7 +73,7 @@ a { } code { - font-family: monospace; + font-family: IBM Plex Mono,monospace; } .helpText { @@ -458,4 +458,4 @@ a[download]::before { filter: drop-shadow(-1px 1px 1px white) drop-shadow(1px -1px 1px white); -} +} \ No newline at end of file