Quote:
Originally Posted by dgatwood
BTW, Kindle restricts the line-height CSS property to a minimum of 120% of the font size. And you probably don't want the line height to be 30% of your font size anyway.
|
I don't get that effect on my Kindle editions, as viewed in my K3 Keyboard and my Fire HD tablet. I introduce all chapters with a few words in all caps, with this style:
span.smallcap {
font-size: 90%;
font-weight: bold;
}
The 90% instruction is ignored in the DX emulation, but I can live with that. (I think the boldface instruction is also ignored.)