- 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
@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;
}
/*!
- * reveal.js 1.5 r7
+ * reveal.js 1.5 r8
* http://lab.hakim.se/reveal-js
* MIT licensed
*