5 ms·
For a quick fix: `font-variant-ligatures: none;` on body or similar.
by seritools 9mo ago
For a quick fix: `font-variant-ligatures: none;` on body or similar.
- toastal 9mo agoI have this as !important in a global userStyle for code, pre, kbd, samp elements.
- bmacho 9mo agoFor users: paste the following in console document.body.style.setProperty('font-variant-ligatures','none','important');
- Phelinofist 9mo agoI use NoScript and only got them after enabling JS for the blog page