Pārlūkot izejas kodu

Use Baskerville instead of Garamond for headings

Garamond is not available on every computer
Talha Mansoor 11 gadi atpakaļ
vecāks
revīzija
aa98c2871e
2 mainītis faili ar 4 papildinājumiem un 3 dzēšanām
  1. 2 1
      static/css/style.css
  2. 2 2
      static/tipuesearch/tipuesearch.css

+ 2 - 1
static/css/style.css

@@ -24,7 +24,8 @@ body,html{
 }
 
 h1, h2, h3, h4, h5, h5 {
-    font-family: Garamond, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
+    font-family: Baskerville, Garamond, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
+    font-weight: normal;
 }
     
 #content-sans-footer{

+ 2 - 2
static/tipuesearch/tipuesearch.css

@@ -42,8 +42,8 @@ http://www.tipue.com/search
     margin: 20px 0px 20px 0px;
     border-bottom: 1px solid rgb(143, 134, 134);
     font-size: 3em;
-    font-family: Garamond, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
-    font-weight:normal;
+    font-family: Baskerville, Garamond, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
+    font-weight: normal;
 }
 .tipue_search_content_title
 {