From 9f0b50415177680272ff7c0a3b7832bf2c3b2e85 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 3 Feb 2016 22:06:19 +0000 Subject: [PATCH] Changed title font to palatino --- resources/pinout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/pinout.css b/resources/pinout.css index 895f554..c139ea7 100644 --- a/resources/pinout.css +++ b/resources/pinout.css @@ -98,7 +98,7 @@ Content Area } #content h1 {font-size:30px;} #content h2 {font-size:20px;margin-top:20px;} -#content h1,h2,h3,h4,h5 {font-family:Minion, Serif;} +#content h1,h2,h3,h4,h5 {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;} #content article { padding:15px;