Quote:
Originally Posted by Sirtel
As for me, I'm not indifferent to hyphenation, I detest it actively. Perhaps I'm too used reading on kindles, can't say for sure. In any case, hyphenated text bothers me exceedingly. Bigger spaces between words don't. And yes, I read justified text.
Can you disable hyphenation on Kobo readers, for example? If not, then no Kobo reader for me, ever.
So yes, there are many weird people with weird tastes out there. 
|
Yes, you can disable hyphenation.
Code:
body {
-epub-hyphens: none;
adobe-hyphenate: none;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}
That's all you need to do. Add that to your body style in CSS and no hyphens.