Quote:
Originally Posted by rashkae
For example, if your body has font-size: 3em and the paragraph font-size: 1em, the e-book reader displays the font as though it were 1em. This works correctly in the editor preview. (Maybe related to the same bug that prevents the inspector from working?)
|
No not quite, the viewer currently sets the users font size preference to the body font. So font sizes set on the body have no effect. I could change this to instead only set the font size on the root (<html>) element. This gives the user less control at the benefit of being closer to the publishers intent.