← Back to context Comment by seritools 1 month ago For a quick fix: `font-variant-ligatures: none;` on body or similar. 3 comments seritools Reply bmacho 1 month ago For users: paste the following in console document.body.style.setProperty('font-variant-ligatures','none','important'); Phelinofist 1 month ago I use NoScript and only got them after enabling JS for the blog page toastal 1 month ago I have this as !important in a global userStyle for code, pre, kbd, samp elements.
bmacho 1 month ago For users: paste the following in console document.body.style.setProperty('font-variant-ligatures','none','important'); Phelinofist 1 month ago I use NoScript and only got them after enabling JS for the blog page
toastal 1 month ago I have this as !important in a global userStyle for code, pre, kbd, samp elements.
For users: paste the following in console
I use NoScript and only got them after enabling JS for the blog page
I have this as !important in a global userStyle for code, pre, kbd, samp elements.