Quote:
Originally Posted by mirage
Shift Light is the font. In a lot of cases, though not all, calibre indicates that the embedded Shift family fonts are invalid.
|
Is it complaining that the font family is invalid or is it complaining about their listing in the content.opf file. As an example, you see the font listed with "application/x-font-ttf" while an epub3 wants "font/ttf" See RFC-8081 for a list of the font top level type and subtypes.
Another example would be:
Code:
<item id="seraphine-regular-otf" href="Fonts/Seraphine-Regular.otf" media-type="application/vnd.ms-opentype"/>
<item id="seraphine-regular-otf" href="Fonts/Seraphine-Regular.otf" media-type="font/otf"/>