View Single Post
Old 07-29-2022, 04:41 PM   #23
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,034
Karma: 147977995
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Flaviocc View Post
Hi Sirtel, can you point me on how to do that?

Tks.
At the very top of the CSS, put the following code. The line break-inside is there because of some bug in some firmware.
Code:
html {
  margin-right: -45px;
  margin-left: -45px;
  break-inside: avoid !important;
}
And if you use ChareInk with KF8 (AZW3), you will reduce the space between lines for even more text on screen. Download the unweighted version with hinting.
https://www.mobileread.com/forums/sh...d.php?t=184056

And if you use the Hyphenate This! plugin, you can add soft hyphens to give KF8 hyphenation. The only thing you miss is kerning and ligatures. I suggest you read the thread.
https://www.mobileread.com/forums/sh...d.php?t=208534

Last edited by JSWolf; 08-02-2022 at 04:34 PM.
JSWolf is offline   Reply With Quote