This site made me add my first-ever global Stylus sheet:
* {
font-variant-ligatures:unset!important;
}
I'm pretty infuriated that this is necessary, why would someone abuse readability so much for their own personal satisfaction about how "cool and unique" they are? Usability. Comes. First.
It's their website. They can do with it whatever the hell they want with it. They owe random people on HN exactly nothing. And you can also do whatever the hell you want on your website, because that's your website.
You also need to reset "font-feature-settings" by the way.
* { font-variant-ligatures:unset!important; }
I'm pretty infuriated that this is necessary, why would someone abuse readability so much for their own personal satisfaction about how "cool and unique" they are? Usability. Comes. First.