remove duplicate fonts, tidy up font names (#103)
authorHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 7 Aug 2012 05:38:06 +0000 (01:38 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 7 Aug 2012 05:38:06 +0000 (01:38 -0400)
css/main.css
lib/font/league_gothic-webfont-webfont.eot [deleted file]
lib/font/league_gothic-webfont-webfont.ttf [deleted file]
lib/font/league_gothic-webfont.svg [moved from lib/font/league_gothic-webfont-webfont.svg with 100% similarity]
lib/font/league_gothic-webfont.woff [moved from lib/font/league_gothic-webfont-webfont.woff with 100% similarity]

index d0b199c15012ea5ee0c790358c0a3013ef3e4ba1..cae560f51fe587ae762d49080743018698399d55 100644 (file)
@@ -1,8 +1,11 @@
 @charset "UTF-8";
+
 /**
- * Main styles for reveal.js 
- *
- * @author Hakim El Hattab
+ * reveal.js
+ * http://lab.hakim.se/reveal-js
+ * MIT licensed
+ * 
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
  */
 
 
 
 @font-face {
     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');
+    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.woff') format('woff'),
+         url('../lib/font/league_gothic-webfont.ttf') format('truetype'),
+         url('../lib/font/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
         font-weight: normal;
         font-style: normal;
 
diff --git a/lib/font/league_gothic-webfont-webfont.eot b/lib/font/league_gothic-webfont-webfont.eot
deleted file mode 100644 (file)
index ff76c71..0000000
Binary files a/lib/font/league_gothic-webfont-webfont.eot and /dev/null differ
diff --git a/lib/font/league_gothic-webfont-webfont.ttf b/lib/font/league_gothic-webfont-webfont.ttf
deleted file mode 100644 (file)
index 80a3799..0000000
Binary files a/lib/font/league_gothic-webfont-webfont.ttf and /dev/null differ