Hacker News new | ask | show | jobs
by wizzwizz4 821 days ago
Obligatory: the most accessible font is usually a font your readers are already familiar with. This font looks distinctive, and personally I kinda like it, but it's not a magic wand you can wave over a document to make it more accessible.
2 comments

Yeah, on the web, just use font-family: sans-serif (or, now that browsers don't systematically default to a serif font anymore, just nothing at all) and let the user see the default font, or the font they picked. It also improves everything else in contrast with a web font: it saves bandwidth and therefore cost, it saves page load time and therefore SEO and user retention. And it's not worse, nay better, than the font you arbitrarily picked.

The default font needs to be dyslexic friendly on a dyslexic's computer if it's not already, and it should be the OS's job to ensure this.

I am afraid there's no one size fits all wrt fonts and accessibility because I suspect different conditions have different requirements, so you can't pick yourself as a web designer.

We indeed need dyslexic friendly fonts among others so dyslexic people can configure their devices with one that they like, fonts that are indeed actually proven as being effective as another commenter said. No proof: it didn't happen.

This font is yet another case of accessibility advocates entirely missing the point of web accessibility.
But letting the recipient’s browser decide means they wouldn’t be able to show everyone else how inclusive that are.
Is it actually? Or is it a font designer, who doesn't know much about 'accessibility' give it a go?
Was going to ask, wouldn't something like Times New Roman be the most accessible just cause people are used to it? Plus, serifs make the letters more recognizable.
Familiarity doesn't make Times New Roman's 'l' and '1' distinguishable.

I think sans serif fonts are preferred for most screen reading because it takes effort to perceive the tiny serif details, or just the really thin lines like the horizontal in the 'e', at typical font sizes.

But there are no absolutes so fonts that try to be more legible use some tails and such to make characters distinguishable.

Serifs makes it harder to read on screens, many people don't like them including dyslexic people.

With screens becoming more precise, it may be less of an issue, serifs and especially horrible on low definition screens, but it's not clear they improve things on higher definition screens.