add eot font for ie
authorhakimel <hakim.elhattab@gmail.com>
Sat, 4 Aug 2012 01:21:49 +0000 (21:21 -0400)
committerhakimel <hakim.elhattab@gmail.com>
Sat, 4 Aug 2012 01:21:49 +0000 (21:21 -0400)
README.md
css/main.css
js/reveal.js
lib/font/league_gothic-webfont.eot [new file with mode: 0755]

index 7e34e816d7e253e53caa929dcb09df9aa248bc4a..5544a1a68946f883406ae71dfea616503c6f307a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -201,6 +201,7 @@ You can change the appearance of the speaker notes by editing the file at `plugi
 - Fixed bug where the ```.present``` class was sometimes left on the previous slide
 - Added support for slides written using markdown
 - Added helped method ```Reveal.getQueryHash()```
+- Added EOT font for IE support
 
 #### 1.4
 - Main ```#reveal container``` is now selected via a class instead of ID
index 6117fbc66b37d7e8f9afedf15488cccd41e3f684..f2544fa27e1faf90b11c02bd715e7930b9b023a8 100644 (file)
 
 @font-face {
        font-family: 'League Gothic';
-       src: url('../lib/font/league_gothic-webfont.ttf') format('truetype');
-       font-weight: normal;
-       font-style: normal;
+    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-weight: normal;
+    font-style: normal;
 }
 
 
index 541ea0d1ff6f6563f5898e2fbd07db1a26f61a95..6da654dd1ba9bcb5abdc86aefb55b33c3ce78e3b 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * reveal.js 1.5 r7
+ * reveal.js 1.5 r8
  * http://lab.hakim.se/reveal-js
  * MIT licensed
  * 
diff --git a/lib/font/league_gothic-webfont.eot b/lib/font/league_gothic-webfont.eot
new file mode 100755 (executable)
index 0000000..598dcbc
Binary files /dev/null and b/lib/font/league_gothic-webfont.eot differ