From 2bc41fc03a5494746373fefecd4ebbd68fa3e33c Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 16 Mar 2021 18:55:50 -0400 Subject: sans-serif enforced, close #196 --- data/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/style.css b/data/style.css index 5c9d1c259..6590ae606 100644 --- a/data/style.css +++ b/data/style.css @@ -3,6 +3,7 @@ body { margin: auto ; padding: 0 16px ; margin-bottom: 500px ; + font-family: sans-serif ; } h1 { -- cgit v1.2.3