Changed title font to palatino

This commit is contained in:
Phil Howard 2016-02-03 22:06:19 +00:00
parent 0511167c88
commit 9f0b504151
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ Content Area
} }
#content h1 {font-size:30px;} #content h1 {font-size:30px;}
#content h2 {font-size:20px;margin-top:20px;} #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 { #content article {
padding:15px; padding:15px;