From ba3f3d5a4a765bf782de2891707fb35db53f3b56 Mon Sep 17 00:00:00 2001 From: Mint <> Date: Sun, 14 Aug 2022 18:25:58 +0300 Subject: [PATCH] Set default font to sans --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 31fcab8..82de5ee 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ background-color: #000022; color: #ffffff; text-align: center; + font-family: "Open Sans", "Roboto", sans-serif; } .block_level { background-color: #1c1c3c;