summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-02-22 00:23:53 -0500
committerOwen Jacobson <owen@grimoire.ca>2024-02-22 00:23:53 -0500
commit86a0c5752ee798a5ccd95a816e3247fd324e7e05 (patch)
tree85fa9eb8a56f1b2125c9a8875ee63cf0517c1aac
parent57eb35939f02cedef1bc6833cf029da34d956d11 (diff)
Set up a preferential readable typeface and sizing
-rw-r--r--static/site.css2
1 files changed, 2 insertions, 0 deletions
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;
}