Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Description
Problem
See#10063:
A possibility to still allow embedding the font file into the svg file would be to use the apparently more popular WOFF(2) format, seehttps://developer.mozilla.org/en-US/docs/Web/Guide/WOFFhttps://developer.mozilla.org/en-US/docs/Web/CSS/@font-face for the format,http://www.sameratiani.com/2011/10/16/embed-inline-webfonts-in-css.html for embedding the font into the svg file itself, andhttps://caniuse.com/#search=woff for support. A quick test suggests that this is supported but chrome/firefox, but not by inkscape, but at least inkscape emits a warning and replaces the embedded font by another one, whereas it appears to freeze with the current implementation of svg fonts.
Proposed solution
No response