Browse Source

Change order of fall back fonts

Close #80
Talha Mansoor 11 years ago
parent
commit
c85f7ebd16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/css/elegant.css

+ 1 - 1
static/css/elegant.css

@@ -367,7 +367,7 @@ article div.article-content ul:not(.articles-timeline) a:hover {
     text-shadow: none;
 }
 .article-content, div.recent-posts p {
-    font: 1.2em/1.6em 'PT Serif', Georgia, Times, 'Times New Roman', Serif;
+    font: 1.2em/1.6em 'PT Serif', Georgia, 'Times New Roman', Times, Serif;
     text-align: justify;
 }
 .article-content {