Quote:
Originally Posted by qkiazd
In older 1.X versions the clear path was analog DiapDealers message "OEBPS/Font/..."
|
Most likely, you used an epub created with a tool other than Sigil as a template and added new files to it.
If you prefer the older folder structure, create a copy of your epub, select Tools > Restructure Epub to Sigil Norm and re-run the EpubCheck plugin.
If that doesn't fix your problem, post the font definition section of your .css file.
For example:
Code:
@font-face {
font-family: "EBGaramond";
src: url(../Fonts/EBGaramond-Regular.ttf);
font-style: normal;
font-weight: normal;
}