From 180142fb602dffaf4d14a6a38767e0669b243d22 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 21 Nov 2020 18:05:52 +0100 Subject: Add default text font --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 593416c..f838a2b 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ html { } pre, .glitch { - font-family: 'unifont_jp'; + font-family: Monospace, 'unifont_jp'; } pre { -- cgit v1.2.1