top | item 46256930

(no title)

seritools | 2 months ago

For a quick fix: `font-variant-ligatures: none;` on body or similar.

discuss

order

bmacho|2 months ago

For users: paste the following in console

  document.body.style.setProperty('font-variant-ligatures','none','important');

Phelinofist|2 months ago

I use NoScript and only got them after enabling JS for the blog page

toastal|2 months ago

I have this as !important in a global userStyle for code, pre, kbd, samp elements.