What I would do is get rid of any font size 1em or smaller in CSS. Also, if there are any rem, fix them to be em. But since it's 0.88rem, you'll be deleting it.
Check the header CSS font size and if it's too small with the new body text size, increase it to whatever you want. Also, if there is simulated smallcaps, fix the font size to 0.8em.
As for the copyright page, I set that to a font size of small so in most cases it will fit on one page.
And for the HTML line you posted, this is one that is valid with no extra rubbish.
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg">
Finally, most eBooks I've seen made with In Design the CSS is not sensible. I've seen way too much rubbish and the style names look machine generated and have no bearing to their use.
Last edited by JSWolf; 01-24-2018 at 05:02 AM.
|