6 ms·
> 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 plai
by stomato 10y 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.
- codedokode 10y agoThe 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.
- wingerlang 10y ago> 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.