View Single Post
Old 01-11-2015, 03:00 AM   #1
iliakan
Member
iliakan began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Jan 2015
Device: iphone 6
Epub conversion does not embed WOFF font

My CSS rule is as follows:
Code:
@font-face {
  font-family: 'FontIcons';
  src: url("icons.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
The path is given relative to CSS. The stylesheet is provided by --extra-css=/path/to/my.css, and the font is at the same dir with the stylesheet.

But ebook-convert cannot find it, it shows:
Code:
Failed to find fonts for family: FontIcons not embedding
What have I done wrong or WOFF is not supported?
iliakan is offline   Reply With Quote