I am working on fixing errors in an epub that I created via KindleImport and given my lack of experience in this area am unsure of the appropriate way to do so. The F7 FlightCrew validation yields two types of errors. The first is:
Quote:
OEBPS/content.opf - 30 - The <item> element's "media-type" attribute has value "application/x-font-opentype", but the file's media type is "application/vnd.ms-opentype".
|
Am I correct in assuming the proper way to fix this is to adjust the media-type attribute in content.opf?
The second type of error is:
Quote:
OEBPS/Styles/"fonts/Fort-Book.otf" - N/A -This resource is reachable but not present in the OPF <manifest>. "Reachable" means that a reference of some kind that points to this resource exists in the epub.
|
Tracking this down I find the Fort-Book.otf reference in Style0002.css which is used only in part0147.xhtml in the document. As the error notes, the font is not present in the epub. Is the appropriate fix to replace it with one of the fonts present? Is it possible that the font was in the original azw3 and KindleImport had problems with it? Is the font file available somewhere and can I incorporate it into the document?
Thanks for any assistance or guidance you can give.
Dave