fix issue with missing embedded fonts for beige, league, and solarized themes.
diff --git a/inst/reveal.js-3.2.0/css/theme/league.css b/inst/reveal.js-3.2.0/css/theme/league.css
index 0213c6d..d7ff503 100644
--- a/inst/reveal.js-3.2.0/css/theme/league.css
+++ b/inst/reveal.js-3.2.0/css/theme/league.css
@@ -29,13 +29,14 @@
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
- @font-face {
+@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; }
+
/*********************************************
* GLOBAL STYLES
*********************************************/