Y
Hacker News
new
|
ask
|
show
|
jobs
by
seritools
183 days ago
For a quick fix: `font-variant-ligatures: none;` on body or similar.
2 comments
bmacho
183 days ago
For users: paste the following in console
document.body.style.setProperty('font-variant-ligatures','none','important');
link
Phelinofist
183 days ago
I use NoScript and only got them after enabling JS for the blog page
link
toastal
183 days ago
I have this as !important in a global userStyle for code, pre, kbd, samp elements.
link