aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhakimel <hakim.elhattab@gmail.com>2012-08-03 21:21:49 -0400
committerhakimel <hakim.elhattab@gmail.com>2012-08-03 21:21:49 -0400
commit6bc92af17c3e08ae6deef43a625b5e9007199627 (patch)
treec195401f6d3ecb1d14c936d66d94900b7f2429de
parentee31772aebb3e6eb6f43bad6db11800f0adc2c9c (diff)
downloadfosdem-2018-presentation-6bc92af17c3e08ae6deef43a625b5e9007199627.tar
fosdem-2018-presentation-6bc92af17c3e08ae6deef43a625b5e9007199627.tar.gz
add eot font for ie
-rw-r--r--README.md1
-rw-r--r--css/main.css8
-rw-r--r--js/reveal.js2
-rwxr-xr-xlib/font/league_gothic-webfont.eotbin0 -> 18485 bytes
4 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7e34e81..5544a1a 100644
--- 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
diff --git a/css/main.css b/css/main.css
index 6117fbc..f2544fa 100644
--- a/css/main.css
+++ b/css/main.css
@@ -12,9 +12,11 @@
@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;
}
diff --git a/js/reveal.js b/js/reveal.js
index 541ea0d..6da654d 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -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
index 0000000..598dcbc
--- /dev/null
+++ b/lib/font/league_gothic-webfont.eot
Binary files differ