Hacker News new | ask | show | jobs
by elric 330 days ago
Configurable fonts are a thing? Never configured a font beyond size/weight/colour. Intetesting.
1 comments

Yep, modern fonts have features that can be enabled or disabled, depending on client support. IDEs typically allow to enable/disable ligatures and you also can control font features with CSS (see: https://developer.mozilla.org/en-US/docs/Web/CSS/font-featur...)