View Single Post
Old 04-19-2023, 04:53 AM   #7
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,159
Karma: 105212035
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
I remove all line-height entirely on any conversion on all ebooks using any format using the Remove Styles setting in Calibre conversion. You can convert to same format. Then font metrics set the default on larger text / headings anyway, but the Kindle has limited user line-height control and on some formats won't even let CSS set it less than 1.2em.
This is pointless:
Quote:
body {
line-height: 0.9;
}
The margins are a big issue, but at least the CSS will be respected. I think I read that something like -1.5% (do check) works on most Kindles whereas using -40px or other absolute pixels needs to be different on different models.

Last edited by Quoth; 04-19-2023 at 04:56 AM.
Quoth is offline   Reply With Quote