Selectively disable OpenType features in webfonts Is there a way to select exactly which OpenType features you want to enable in a webfont added to a web project in Adobe Fonts? I am making a website where I use two fonts, a serif and a sans-serif. Both are great fonts with extensive OpenType support; the serif (Skolar) is taken from Adobe Fonts, while the sans is hosted locally. The trouble is that I want to always apply stylistic set 01 to the sans-serif, but never to the serif. This turns out to be quite tricky to achieve stably: In the font-face declaration for the sans font, I have turned on ss01, and this is enough to make it work exactly as intended in some browsers (Firefox and Safari, specifically); but WebKit browsers don’t support font-feature-settings inside font-face declarations, so it has no effect in Chrome, Opera, Edge, etc.Adding styles .sans and .serif that specify both the font family and whether to use the stylistic set or not sort of works – except when you have something like a serif span inside a