From 253ccccfc6613d0cb0f144ac104174c40e3c10af Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sat, 24 Jul 2021 15:41:11 -0400 Subject: [PATCH] Bumped the base font size up one point. --- static/assets/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/assets/css/custom.css b/static/assets/css/custom.css index 3baddda..f875e79 100755 --- a/static/assets/css/custom.css +++ b/static/assets/css/custom.css @@ -13,7 +13,7 @@ body { font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; - font-size: 15px; + font-size: 16px; line-height: 1.4; font-family: Alegreya, Georgia, "Times New Roman", Times, serif; color: #333; -- GitLab