marianoguerra / rst2html5

transform restructuredtext documents to html5 + twitter's bootstrap css, deck.js or reveal.js
http://marianoguerra.github.com/rst2html5
MIT License
177 stars 51 forks source link

Embed fonts #45

Open pcav opened 10 years ago

pcav commented 10 years ago

when there is no connection, the fonts are not loaded (and in any case this tends to take some time): would it be possible to embed fonts? I'm using default theme for revealjs, i.e.

@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

if not possible, perhaps better using a local font as a default? In general, the slide show should not assume a working internet connection