View Single Post
Old 03-03-2014, 04:53 PM   #5
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,124
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Chris_Snow View Post
Thx "The Ducks"

Not sure I was clear in my original post.

1em is my standard size. I change all my books to this size with a line-height of 1.4em.

However, in the book with the css set at 0.75em the text in sigil looks the same as the text in the book with the css set at 1em.

When I change the book with 0.75em to 1em (my default) the text in sigil now looks huge (compared to the one with a 1em font-size).

This doesn't happen with all books. Most of the books I change the text of in sigil, reflect it has per expectation, but in this case, the text is so much bigger. I can't understand why?
The style sizes are computed from the base;

so in #1 the base is .75
In the paragraph style it is 1.333. .75*1.333 = 1

while # 2 is a base of 1
and the paragraph is also 1 (or not set) 1*1 = 1
theducks is offline   Reply With Quote