소스 검색

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 */