Css – Changing font-feature-settings with javascript
I'm trying to activate different stylistic sets, in this example with a button. My code: <p id="demo">B</p> <button type="button" onclick="document.getElementById('demo').style.fontFeatureSettings ='ss01'">Click Me!</button>