Quote:
Originally Posted by Nick_1964
That doesn't work in kepub files,imho,because for kepub the reader doesn't use the adobe reader but it's own, there are 2 reading apps inside, one for epub and one for kepub.
|
Oh, that's right, I forgot we were discussing kepubs, sorry.
<hijack>
Just in case someone else stumbles across this thread and wants to know how to disable hyphenation in
epubs, GeoffR posted in another thread that I might try using
body,div,p {
-webkit-hyphens: none !important;
}
in kobo_extra.css. I haven't tried this yet, but I'm betting it will work. I had been using adobe-hyphenate: none, which worked until CSS files started using -webkit-hyphens instead.
</hijack>