View Single Post
Old 09-30-2012, 08:09 AM   #4
naisren
Enthusiast
naisren began at the beginning.
 
Posts: 41
Karma: 12
Join Date: Jul 2009
Device: ppc
Quote:
Originally Posted by Toxaris View Post
Actually em is the best choice, but it is the same as %. In fact, 1em = 100%. If you put it on 1em, the font size is the default/standard size as defined by your reader.
You must not put it as pt or px, because then resize is no longer possible on the readers.
Thanks for your kind reply.
1em = 100%, good point, I tried to change the .calibre font-size to 0.8em in the converted epub, the result is the same as the 80%.
Now the new problem is how to set .calibre font-size to 0.8em throught extra css, I added
body {font-size: 0.8em;}
.calibre{font-size: 0.8em;}
in the template css and extra css, but it is always 1em after the conversion through Calibre Management.

Is there a way to force the .calibre font-size is always 0.8em after the conversion?

Last edited by naisren; 09-30-2012 at 09:43 AM. Reason: I found I am wrong.
naisren is offline   Reply With Quote