Hacker News new | ask | show | jobs
by stomato 3510 days ago
> I think the easiest solution would be just not to use web fonts at all.

Here's another option: plain text.

That's right. You can have webpages that are plain text without any HTML formatting, and they will render.

Here is an example file:

  This is text.
This is the absolute best way of presenting web content. No one will complain.
2 comments

> This is the absolute best way of presenting web content. No one will complain.

Not sure if this is a joke or not, most people would complain.

The difference between web fonts and HTML/CSS is that HTML loads progressively and markup doesn't weight more than all other resources. So I am ok with both plain text and HTML pages but not ok with fonts until browser vendors make a better implementation and make them optional.