View Single Post
Old 01-16-2025, 12:21 PM   #193
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: 30,934
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
I comment out ALL letter-spacing: lines in the CSS If I plan on using KEPUB.
CSS search
Code:
(letter-spacing:\s+.+?;)
CSS replace
Code:
/* \1 */
(I like to leave 'notes' of the mods I did to others work)

ADDED
If you don't use KEPUB, the standard EPUB to the device works fine on Kobos

FWIW I tried other kinds of spaces. It is the Kobo that messes up, I looked at the book code ON THE KOBO and it was good

Last edited by theducks; 01-16-2025 at 12:23 PM. Reason: added
theducks is offline   Reply With Quote