fix issue with missing embedded fonts for beige, league, and solarized themes.
diff --git a/man/revealjs_presentation.Rd b/man/revealjs_presentation.Rd
index 21c059b..0651e67 100644
--- a/man/revealjs_presentation.Rd
+++ b/man/revealjs_presentation.Rd
@@ -68,9 +68,9 @@
 "zenburn", and "haddock". Pass \code{NULL} to prevent syntax highlighting.}
 
 \item{mathjax}{Include mathjax. The "default" option uses an https URL from
-the official MathJax CDN. The "local" option uses a local version of
-MathJax (which is copied into the output directory). You can pass an
-alternate URL or pass \code{NULL} to exclude MathJax entirely.}
+the official MathJax CDN. The "local" option uses a local version of MathJax
+(which is copied into the output directory). You can pass an alternate URL
+or pass \code{NULL} to exclude MathJax entirely.}
 
 \item{template}{Pandoc template to use for rendering. Pass "default" to use
 the rmarkdown package default template; pass \code{NULL} to use pandoc's
@@ -87,8 +87,8 @@
 \item{keep_md}{Keep the markdown file generated by knitting.}
 
 \item{lib_dir}{Directory to copy dependent HTML libraries (e.g. jquery,
-bootstrap, etc.) into. By default this will be the name of the document
-with \code{_files} appended to it.}
+bootstrap, etc.) into. By default this will be the name of the document with
+\code{_files} appended to it.}
 
 \item{pandoc_args}{Additional command line options to pass to pandoc}