From 81dc18eda41d24dc48101a10c2ecea6d542f18ff Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Thu, 29 Sep 2022 03:48:47 +0300 Subject: [PATCH] Add sans-serif font to info page Signed-off-by: Ari Archer --- content/styles/info/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/content/styles/info/index.css b/content/styles/info/index.css index 7ce8284..aadbdcb 100644 --- a/content/styles/info/index.css +++ b/content/styles/info/index.css @@ -4,6 +4,7 @@ color: whitesmoke; background-color: black; line-height: 1.5; + font-family: sans-serif; } li {