Quote:
Originally Posted by jswinden
It is strange how Amazon gives us the Publisher Font option on the Kindle eInks and the kindle for iOS app, but doesn't in the Fire or Android app. Yep, I use the following to make the embedded fonts work, but occasionally I find a horribly formatted book that stubbornly thwarts my efforts!
Code:
* { font-family: "MyFont"; }
|
I think because Calibre fixes style sheets I never have that issue. All text has styles so adding the font-family to all styles works. I think Sigil has a way of detecting missing styles and such too. I played around with it but prefer Calibre.