From 1e372ba632b49427203db985fd8345db0b5e0cdc Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Sun, 18 Sep 2022 19:00:34 -0700 Subject: [PATCH] fix font gaps --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 99cd2c1..6a82921 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -173,7 +173,7 @@ footer { font-family: 'Remingtoned Type'; } - p, h4, h5, tr, td { + body, p, h4, h5, tr, td { font-family: 'Liberation Sans'; }