From 86a0c5752ee798a5ccd95a816e3247fd324e7e05 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 22 Feb 2024 00:23:53 -0500 Subject: Set up a preferential readable typeface and sizing --- static/site.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static') diff --git a/static/site.css b/static/site.css index ae2d464..1898c3e 100644 --- a/static/site.css +++ b/static/site.css @@ -2,4 +2,6 @@ body { max-width: 40em; margin-left: auto; margin-right: auto; + font-family: Baskerville, serif; + font-size: 14pt; } -- cgit v1.2.3