Currently any page or application has to include the following headers to properly use the theme:
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css' />
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css' />
The content of these CSS files can probably be integrated into the style, however there may be XSS issues (see e.g. this blog post), which need to be investigated.
Until then, document the requirement of linking in the font CSS files!
Currently any page or application has to include the following headers to properly use the theme:
The content of these CSS files can probably be integrated into the style, however there may be XSS issues (see e.g. this blog post), which need to be investigated.
Until then, document the requirement of linking in the font CSS files!