Quote:
Originally Posted by deback
The way to fix the line-height is to open the book in the Editor, double-click on the stylesheet.css file (at the left below the *.html files), and then change the lines that start with line-height to 1.2 (1.2em will work, too, but you only need 1.2).
|
This is just wrong. To fix the line-height is to remove it. There should be no line-height unless it;s an ePub anf you need a line-height of 0 for those pesky large first letters of a chapter/section break. Kindles don't respect line heights less then 1.2em and on Kobo Readers, you can set the line height so you don't want any so you can set what the reader wants for a line height.
Quote:
If you don't like the font that's in the body text, find the class used for the body. Open one of the *.html files and look at the "body" line for the class (near the top of the file). Then find that class in the *.css file and remove any font-family line.
|
It's not always that simple especially with embedded fonts. You have to remove the @font and then font the font-family lines in the classes as they are mostly not just in the body.
Quote:
You can find lots of pages on the web that will teach you about CSS codes, if you ever decide to learn the basics.
|
Agreed with one note. Applying CSS to an eBook is not always the same as applying CSS tio a web page and you have to learn what works for an eBook and what just plain works. CSS for an eBook is a subset of the total CSS available.