소스 검색

Merge branch 'patch-6' of https://github.com/StereotypicalApps/reveal.js

Hakim El Hattab 12 년 전
부모
커밋
6325efe615

+ 9 - 4
css/main.css

@@ -11,10 +11,15 @@
  *********************************************/
 
 @font-face {
-	font-family: 'League Gothic';
-    src: url('../lib/font/league_gothic-webfont.eot');
-    src: url('../lib/font/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
-         url('../lib/font/league_gothic-webfont.ttf') format('truetype');
+    font-family: 'League Gothic';
+    src: url('../lib/font/league_gothic-webfont-webfont.eot');
+    src: url('../lib/font/league_gothic-webfont-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../lib/font/league_gothic-webfont-webfont.woff') format('woff'),
+         url('../lib/font/league_gothic-webfont-webfont.ttf') format('truetype'),
+         url('../lib/font/league_gothic-webfont-webfont.svg#LeagueGothicRegular') format('svg');
+   	 font-weight: normal;
+ 	 font-style: normal;
+
     font-weight: normal;
     font-style: normal;
 }

BIN
lib/font/league_gothic-webfont-webfont.eot


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 19 - 0
lib/font/league_gothic-webfont-webfont.svg


BIN
lib/font/league_gothic-webfont-webfont.ttf


BIN
lib/font/league_gothic-webfont-webfont.woff


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.