From cc08c2920cdb68f6d0264ed9f8ddad246125bcc7 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 28 Jan 2023 15:42:54 +0000 Subject: [PATCH] add standard font for readability --- static/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/index.css b/static/css/index.css index d26212a..bf3f34c 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -131,7 +131,7 @@ body { p { font-family: 'FreeMono Bold', serif; line-height: 1.3; - font-size: 0.675em; + font-size: 0.775em; font-weight: bold; color: #f2f2f2; }