Quote:
Originally Posted by jackie_w
Kepubs do support both ligatures and kerning if you add the right line of CSS - body {text-rendering: optimizeLegibility;} - either by hand, via calibre driver or via patch. Ligatures/kerning will only be as good as the font you're using.
|
What about this CSS:
Code:
body {
font-kerning: normal;
font-variant: common-ligatures oldstyle-nums proportional-nums;
font-feature-settings: "kern", "liga", "clig", "onum", "pnum";
}
h1, h2, h3 {
font-variant: common-ligatures lining-nums proportional-nums;
font-feature-settings: "kern", "liga", "clig", "lnum", "pnum";
}
This comes from (scroll down to Improve legibility):
https://friendsofepub.github.io/eBookTricks/