Hi there,
I'm using Custom web fonts in Edge Animate template successfully, however when I'm publishing the content from Edge Animate, the referenced fonts (in .css file) won't appear in published folders.
CSS file content:
@font-face {
font-family: "icon-font";
src:url("fonts/icon-font.eot");
src:url("fonts/icon-font.eot?#iefix") format("embedded-opentype"),
url("fonts/icon-font.woff") format("woff"),
url("fonts/icon-font.ttf") format("truetype"),
url("fonts/icon-font.svg#icon-font") format("svg");
}
I've tried publishing for "Web", "Animate Deployment Package" and for "iBooks / OSX" all without any luck.
Is there any way do embed the fonts when publishing?
Thank you in advance,
cg.