View Single Post
Old 06-30-2020, 05:40 PM   #57
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,386
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by mirage View Post
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"/>
DNSB is offline   Reply With Quote