View Single Post
Old 01-05-2016, 06:54 PM   #41
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: 79,847
Karma: 146918083
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 Sirtel View Post
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.
JSWolf is offline   Reply With Quote