View Single Post
Old 11-04-2013, 11:15 PM   #12
icallaci
Guru
icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.
 
Posts: 819
Karma: 6528026
Join Date: Sep 2012
Device: Kobo Elipsa
Does anyone know if I can add "adobe-hyphenate: none;" to the kobo_extra.css file to kill hyphenation? I use kobo_extra.css to kill widows and orphans, and it works like a charm. I'd love to get rid of hyphens too.

[QUOTE=arspr;2676227]

Got it. Thanks to this thread More Hyphenation After 1.2 Update?

In epub renderer (RMSDK), the hyphenation is controlled through adobe-hyphenate property. So, if you add/modify the CSS inside the ebook with:

Code:
body { adobe-hyphenate: none; }
hyphenation is killed.

QUOTE]
icallaci is offline   Reply With Quote