ソースを参照

Changes font of site name

Talha Mansoor 12 年 前
コミット
bc4d9199e7
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      static/css/style.css

+ 1 - 1
static/css/style.css

@@ -1,7 +1,7 @@
 /* site title */
 
 .site-name {
-font-family: Courier, "Courier New", monospace;
+font-family: "Monaco","Inconsolata","Andale Mono","Lucida Console","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
 }
 /* footer */