View Single Post
Old 06-12-2014, 07:30 PM   #2
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,123
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
cromag
you might be running into the % of a % issue

The book had a 'tight' line spacing specified (might be compensating for a system font)
You don't have that over-spaced font font now, so things get smooshed and 120% is not enough to overcome the base.

Personally: I have a 'clip' of my default 'body (class)' css that I replace in the CSS using an editor
Code:
line-height: 1.2;
is one of the lines
theducks is offline   Reply With Quote