Quote:
Originally Posted by JSWolf
Then here's what you'll have to do. You'll have to make one version for iBooks and one version for everything else. iBooks is an oddity unto itself and you do have to code differently there (not always, but a good portion of the time).
For example, font-variant: small-caps will not work with ADE based Readers/apps. So you either have to embed a font with a true small-cap font or fake it in the CSS like most publishers do.
|
Just wanted to thank you for this heads up, JSWolf. I've finally finished going through and implementing this change (using advice from
the wiki here), and I'm thrilled with how well it has turned out.
Thanks again to everyone for weighing in.