Embedded font files
@font-face {
font-family: "X";
font-weight: normal;
font-style: normal;
src: url(../Fonts/X.ttf);
}
...is in my css file. I also have class entries for the use of the font. I have tried adding the font files to an ePub by "file -> new file" and by the "embed fonts" option. I've checked the spelling of the file names. When I do a check run I get:
'../Fonts/X.ttf' does not exist. [OEBPS/Styles/stylesheet.css]
...for every font file. The font files are in the "File Browser" under the "Fonts" sub-heading. I have tried "../Fonts..." and "../fonts..." I still get the error message. The fonts do work in the final epub. What am I missing or do I just need to ignore this?
|