Quote:
Originally Posted by JSWolf
That's easy. And it requires no webkit code in any KePub.
[Reading]
webkitTextRendering=geometricPrecision
|
While geometricPrecision allows scaling to use fractional font sizes, I don't seem to recall have noticed any effects on hyphenation.
I will admit to preferring to use:
Code:
hyphens: auto;
hyphenate-limit-chars: 8 3 3;
instead of mucking with hyphenation or the -webkit-hyphenate-limit options.