fix issue with missing embedded fonts for beige, league, and solarized themes.
diff --git a/inst/reveal.js-3.2.0/css/theme/solarized.css b/inst/reveal.js-3.2.0/css/theme/solarized.css
index d444304..b021521 100644
--- a/inst/reveal.js-3.2.0/css/theme/solarized.css
+++ b/inst/reveal.js-3.2.0/css/theme/solarized.css
@@ -30,12 +30,11 @@
@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; }
-
/**
* Solarized colors by Ethan Schoonover
*/