From 21ffc9393a6cf78f0db87216b9df36bcd80eccdf Mon Sep 17 00:00:00 2001 From: sejo Date: Sat, 8 Jan 2022 19:21:36 -0600 Subject: [PATCH] serif headings --- templates/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/style.css b/templates/style.css index 1497c79..5941750 100644 --- a/templates/style.css +++ b/templates/style.css @@ -14,6 +14,9 @@ blockquote{ header h1{ font-size:3em; } +h1,h2,h3{ + font-family: serif; +} th,td{ border-style:ridge; padding:5px;