Browse Source

Update style sheet to use Garamond for headings

Talha Mansoor 11 years ago
parent
commit
223a89c8aa
1 changed files with 5 additions and 2 deletions
  1. 5 2
      static/css/style.css

+ 5 - 2
static/css/style.css

@@ -2,6 +2,10 @@ body,html{
     height:100%;
 }
 
+h1, h2, h3, h4, h5, h5 {
+    font-family: Garamond, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
+}
+    
 #content-sans-footer{
     min-height:100%;
 }
@@ -206,7 +210,6 @@ article p a:hover {
     margin: 20px 0px 20px 0px;
     border-bottom: 1px solid rgb(143, 134, 134);
     font-size: 3em;
-    font-family: Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
     font-weight:normal;
 }
 
@@ -349,4 +352,4 @@ ul.top-menu li a {
     color:#999999;
     font-family:"PT Sans","Helvetica Neue",Arial,sans-serif;
     font-size: 0.9em;
-}
+}