Quote:
Originally Posted by Jane Eyre
Really? How?
I saw that others here do with Kobo Touch Extended. I've never been able to use it.
|
First, I convert from epub to epub, to bulk remove all the existing rules concerning hyphenation:
adobe-hyphenate, -webkit-hyphens, hyphens, -moz-hyphens, -epub-hyphens
After that, I bulk insert the following using Modify Epub:
Code:
body {
-epub-hyphens: none;
adobe-hyphenate: none;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none}