fix issue with missing embedded fonts for beige, league, and solarized themes.
diff --git a/inst/NEWS b/inst/NEWS
new file mode 100644
index 0000000..4b1c335
--- /dev/null
+++ b/inst/NEWS
@@ -0,0 +1,12 @@
+
+Version 0.6 (unreleased)
+-----------------------------------------------------------------------
+
+- Fix issue with missing embedded fonts for beige, league, and
+ solarized themes.
+
+
+Version 0.5
+-----------------------------------------------------------------------
+
+- Initial relase to CRAN
\ No newline at end of file
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; }
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
*********************************************/
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
*/