I just want to confirm the problem with the 'ZORK' edition of Analogus (for prs350) spotted above by Scipio:
the line-height and fine font size options don't work for me; I tried several epubs, and they did nothing (I tried all of the pre-installed css files).
I have my own css file (for CharisSIL) where the line height is fixed and it works. The relevant part of the file is
body {font-family: serif; line-height: 135%}
.calibre {
font-family: "Charis", serif;
line-height: 135%
}
It's not excluded that all the epubs that I tried were created by calibre.
|