From 8733b5c42403bbf878c3b87252ec744199baacb3 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Sun, 24 Feb 2019 07:03:42 -0500 Subject: [PATCH] made the haiku-style pages use sans-serif fonts --- static/css/haiku.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/haiku.css b/static/css/haiku.css index 6bc484b..a1b0a39 100644 --- a/static/css/haiku.css +++ b/static/css/haiku.css @@ -1,3 +1,6 @@ +body { + font-family: sans-serif; +} .title { border-top: 1px solid #9d9d9d; border-right: 1px solid #9d9d9d;