Quote:
Originally Posted by Doitsu
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";
}
|
But it doesn't work with ADE 2.0.1 or even ADE 3.x. So it's not a good idea to use it as a lot of Readers or programs with RMSDK are not using the latest version and thus do not support such.