From 6fc7a4bbab026a4f99d4116e2da6d9ff0c75fdd9 Mon Sep 17 00:00:00 2001 From: Roland Date: Sun, 14 May 2023 00:30:59 +0200 Subject: [PATCH] No serif or any Windows-only fonts --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 63284fb..594bf58 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ background-color: #000022; color: #ffffff; text-align: center; - font-family: "Open Sans", "Roboto", sans-serif; + font-family: sans; } .block_level { background-color: #1c1c3c; -- 2.39.5