View Single Post
Old 07-16-2013, 07:42 AM   #8
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by ewphoenix123 View Post
Interesting, doesn't seem to work with the stylesheet I use in my books, time for some comparison work.
Another approach I have used with books where the font size is set in em at the paragraph level is to set the font size to 1em at the body level, and then scale up the other font sizes.

E.g. say you have font sizes set like this:
Code:
p {font-size:1em}
h1 {font-size:2em}
then change it to:
Code:
body {font-size:1em}
p {font-size:1.3em}
h1 {font-size:2.6em}
This should result in the paragraph level line spacing being 1.3/1.3 = 1.0 at the minimum slider setting.
GeoffR is offline   Reply With Quote