You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would just need something similar for the fonts. However, what makes it challenging for the Google Web Fonts is that that URL resolves to dynamically generated CSS file that depends on the user agent. The user agent for the script isn't going to be a browser, so you are going to get a different font file than what is optimal for the browser. I'm looking for a reference that explains how best to handle this situation.
With dzslides, you can define the fonts to use, e.g:
This results in a link like this:
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Neuton:400,700,800,400italic|Cedarville+Cursive" />
Would it be possible to have it by default download the font and link it locally or embed it?
Alternatively, if
linkcss
is passed, it should link to it, as it does now.This would be useful for when the presentation is given offline.
The text was updated successfully, but these errors were encountered: