1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-22 06:13:41 +02:00

Username change and more in-depth explanation for font-facing

OwenVersteeg
2012-08-12 09:54:24 -07:00
parent d68a9fa22c
commit b6cfecf4d1

@@ -5,11 +5,11 @@
- 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
- IE8 support
- Fixed bug where hovering 3D links in Chrome caused them to disappear
- Added EOT, WOFF, and SVG fonts for IE support as well as older Opera & more. Thanks [OwenVersteeg](https://github.com/OwenVersteeg)
- IE8 support. Thanks [OwenVersteeg](https://github.com/OwenVersteeg)
- Fixed bug where hovering 3D links in Chrome caused them to disappearf
- Disable 3D links in IE and more accurate CSS feature detection
- CSS is more relative in sizing to allow for low resolutions. Thanks [StereotypicalApps](https://github.com/StereotypicalApps)
- CSS is more relative in sizing to allow for low resolutions. Thanks [OwenVersteeg](https://github.com/OwenVersteeg)
- PDF export ([instructions](https://github.com/hakimel/reveal.js#pdf-export))
- Revamped CSS to enable theming, themes now live separately from main.css in /css/theme
- Built in dependency-loading and more concise init code [49e8e0d205d...](https://github.com/hakimel/reveal.js/commit/49e8e0d205dad7ad60d3eb060787a67b197ba1d1#L0R288)