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]