Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
seritools
3mo ago
0 comments
Share
For a quick fix: `font-variant-ligatures: none;` on body or similar.
undefined | Better HN
0 comments
default
newest
oldest
bmacho
3mo ago
For users: paste the following in console
document.body.style.setProperty('font-variant-ligatures','none','important');
Phelinofist
3mo ago
I use NoScript and only got them after enabling JS for the blog page
toastal
3mo ago
I have this as !important in a global userStyle for code, pre, kbd, samp elements.
j
/
k
navigate · click thread line to collapse