Here’s an appropriately spooky topic… 👻
Give me your hot takes (and evidence based ones too) for whether or not to apply antialiasing to fonts.
Go!
Here’s an appropriately spooky topic… 👻
Give me your hot takes (and evidence based ones too) for whether or not to apply antialiasing to fonts.
Go!
@5t3ph But without `-webkit-font-smoothing: antialiased`, the browser finds a need to anti-alias that edge, even though it originally is sharp. So you'll get a more fuzzy, bold look.
So I kinda prefer the letter shapes to be rendered as close as possible to what the font dictates. But I like browser defaults even more, so I don't use `-webkit-font-smoothing: antialiased` unless I want the glyphs to be pixel perfect (icons, or examples on specimen sites)