Quote:
Originally Posted by roger64
It's still about the CSS property font-variant-alternates to be used in an ePub3.
|
AFAIK,
font-variant-alternates isn't widely supported. However,
font-feature-settings works fine with ADE 4.5:
Code:
body {
font-family: 'Linux Libertine';
-moz-font-feature-settings: "salt";
-webkit-font-feature-settings: "salt";
font-feature-settings: "salt";
}