-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embed font as base64 encoded font data in ebook templates #167
Comments
Again a note to myself. This string added to the SVG will embed the font but will be ignored by Inkscape. It is only used by browsers (IE, Firefox, Chrome):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The templates should have the Julius Sans One font data embedded in the SVG. As someone could regenerate them with a replacement font without noticing it.
From the web page the font is here:
src: local('Julius Sans One'), local('JuliusSansOne-Regular'), url(http://fonts.gstatic.com/s/juliussansone/v5/iU65JP9acQHPDLkdalCF7qW9WqC4OJJkfgA_jCJuPCQ.woff2) format('woff2');
This issue is a place holder for myself or for anyone wanting to tackle it.
The text was updated successfully, but these errors were encountered: