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?