소스 검색

Merge pull request #100 from StereotypicalApps/patch-4

added small fallback for non-font-face browsers
Hakim El Hattab 12 년 전
부모
커밋
b4ca38795c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      css/main.css

+ 1 - 1
css/main.css

@@ -71,7 +71,7 @@ body {
 	
 	color: #eee;
 	
-	font-family: 'League Gothic', sans-serif;
+	font-family: 'League Gothic', Impact, sans-serif;
 	line-height: 0.9em;
 	letter-spacing: 0.02em;