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