From 2f4531831a6b92f2d0e30be8a2ab7e7940f13e4d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 24 Feb 2020 20:44:03 +0000 Subject: [PATCH] Serif font --- epicyon-blog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon-blog.css b/epicyon-blog.css index e3ef6c6e..2fba06ee 100644 --- a/epicyon-blog.css +++ b/epicyon-blog.css @@ -47,7 +47,7 @@ body, html { color: var(--main-fg-color); height: 100%; - font-family: serif; + font-family: "Times New Roman", Times, serif; max-width: 80%; min-width: 950px; margin: 0 auto;