Hi all!
Thanks to johansolo, from
www.lectoreselectronicos.com, I bring here a solution for the hyphenation problem in coolreader.
It's very simple: modify your fb2.css including
hyphenate:none in tag
body.
For example,
body in my fb2.css now is:
Quote:
body {
text-align: justify;
text-indent: 2em;
font-family: Liberation Sans, sans-serif;
font-size: 95%;
font-style: normal;
line-height: normal;
hyphenate: none;
}
|
This way words are not divided between lines.
Regards,
L.