From 129878af24c4f71bf6550e386a28ce5cede6a6b1 Mon Sep 17 00:00:00 2001 From: g Date: Thu, 26 Oct 2023 14:09:56 +0200 Subject: [PATCH] Why not comic sans? --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b2f488c..0c08756 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ body { color: #FFFFFF; display: block; - font-family: "Verdana", "sans-serif"; + font-family: "Comic Sans MS", "sans-serif"; margin: 0 auto; overflow: auto; overflow-x: hidden;