fix issue with missing embedded fonts for beige, league, and solarized themes.
diff --git a/inst/reveal.js-3.2.0/css/theme/beige.css b/inst/reveal.js-3.2.0/css/theme/beige.css
index b009339..e49a215 100644
--- a/inst/reveal.js-3.2.0/css/theme/beige.css
+++ b/inst/reveal.js-3.2.0/css/theme/beige.css
@@ -30,8 +30,8 @@
*/
@font-face {
font-family: 'League Gothic';
- 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.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg");
+ src: url("../../lib/font/league-gothic/league-gothic.eot");
+ src: url("../../lib/font/league-gothic/league-gothic.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league-gothic/league-gothic.woff") format("woff"), url("../../lib/font/league-gothic/league-gothic.ttf") format("truetype");
font-weight: normal;
font-style: normal; }