Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Government sites should be snappy and accessible to all above all else

Which is a bigger accessibility failure?

- the page takes longer to download

- You can't see any text on the page



Both.

    - The font needs to download
    - The font might not download at all
Browsers support these wonderful two defaults called `sans-serif` and `serif` that will use a default, system-installed, user-controllable font that doesn't need to be downloaded and will be guaranteed to work for any user!

{ font-family: sans-serif; serif; }


You don't even need to use css at all to make text visible on a page.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: