From 7ba799affab286109097cee1830268c495d1cd30 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 11 Apr 2016 10:39:58 -0400 Subject: Change to serif font --- css/base.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/base.css b/css/base.css index b03b1c4..17f54a5 100644 --- a/css/base.css +++ b/css/base.css @@ -1,6 +1,8 @@ html, body { overflow-x: hidden; - font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; + font-family: "serif"; + font-size: 14pt; + line-height: 1.2; } body { @@ -92,6 +94,14 @@ blockquote { margin: 5px 0; } +.sidebar h4 { + font-weight: bold; +} + +.sidebar h5 { + font-size: 12pt; +} + code { color: #000; } -- cgit v1.2.3