Hi,
I recently completed Anne-Marie Concepción’s “Indesign CS6 to EPUB” course on Lynda.com (https://www.lynda.com/EPUB-tutorials/InDesign-CS6-EPUB-Kindle-iPad/98834-2.html)
As an experienced ID CC user it was great. I used an earlier book I had designed for print to experiment with. I can now output it as an e-pub and it is exactly as I want it. I even managed to amend the existing ID print file to output for e-pub without making a new version or damaging the existing print version. I slide it over to dropbox and open it in iBooks on my ipad and it is exactly the same as what I see in ADE on my mac.
But, it’s final destination is as a kindle book on the Amazon store. That’s where the fun begins!
When I open it in Kindle Previewer on my mac it looks good too (even if some title fonts have defaulted to sans-serif). But when I pop the generated mobi file into dropbox and open it in the Kindle app on the ipad, all fonts are stripped away to some generic serif font. All other formatting settings are preserved though (page breaks, spacing, images). When I upload the e-pub to the Amazon KDP store and let it convert it, the same is happening. Loss of fonts.
I’ve tried everything in my power to try and preserve the fonts. I even output an additional css file with the epub that targets @media amzn-kf8, @media amzn-mobi and @media (monochrome) to just display a sans-serif font. This has no effect on the font type, but it is being assigned as I also set the titles to be pink (as a test) and that worked.
In the css file (in both the epub and mobi files), all fonts are correctly listed as @font-face and the css font-families look good and set to fall back onto a generic sans-serif style.
I read somewhere that kindle doesn’t like the encrypted fonts ID generates. So I even tried removing the encryption.xml file and replacing these fonts with full original versions. No joy. I’m only using two font families and the standard Georgia is one of them.
Finally I made a single page test with 5 titles all with a different paragraph style set to a different font (standard ones). I converted it to mobi and sent it to the ipad kindle app. All titles get stripped to a generic serif font. Mmmmm……
Im at a loss. Can anyone advise?
Paul