From b6cfecf4d1f3bdd24e76e02ddb3f48beb16b5c9a Mon Sep 17 00:00:00 2001 From: OwenVersteeg Date: Sun, 12 Aug 2012 09:54:24 -0700 Subject: [PATCH] Username change and more in-depth explanation for font-facing --- Changelog.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3a7336a..6d32ab8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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)