View Single Post
Old 11-17-2023, 04:38 PM   #10
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,741
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by qkiazd View Post
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;
}
Doitsu is offline   Reply With Quote