瀏覽代碼

Change order of fall back fonts

Close #80
Talha Mansoor 11 年之前
父節點
當前提交
c85f7ebd16
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {