| The say, "then you don't care about typography at all." You say, "If [...] it's not so important [...]" To me, it sounds like you two are in agreement. If it's not important, i.e. if you don't care about it, then it's fine. > If I want to display a document with some atmosphere for which several fonts could be suitable There's no such thing as "several fonts could be suitable". All the fonts in these stacks have different metrics, so you can't even set appropriate values for something as basic as the font size and line spacing. If you design your page using Gill Sans Nova, for example, and someone views it with DejaVu Sans — congratulations, the text now looks something like 50% bigger than you intend it to be. And if you set a sensible size for DejaVu Sans, someone will get unreadable text with some other font. This is not "very good". It's bad. It might be okay to use these font stacks as fallback when the custom font doesn't work, but it's not "the better solution" if you care about typography. > I care more about performance and resource usage It's a valid concern but fonts aren't really that big. Some people are shipping favicons that are like 40kB. That's enough to fit a font. > The default generic font will probably be a well designed font that the user is used to System fonts aren't necessarily well designed. And I'm not sure why "the user is used to it" is a good thing. It seems to be the opposite. People complain when a font is familiar to the point that it feels tired and overused. > Since fonts are mostly a matter of taste anyway, it's not clear the user will prefer this custom font The user is always in control. They can always choose what to load and what styles to apply. That doesn't mean people should stop designing webpages that looks good. |
No. I care about typography. You left out the critical part of this sentence: "it's not important if the default font is used".
Now I understand that you also say that default fonts are not necessarily well designed. On my side, these default fonts have looked good on every device I have used, and I'm more often annoyed by arbitrary font settings that look good to the designer who happened to design the web page I'm reading.
> The user is always in control. They can always choose what to load and what styles to apply
In practice, I'm not going to design each page I visit. I'm blocking web fonts by default, but that sometimes triggers a bad setting where the font that is used as a fallback looks very bad. I guess that happens when people assume that the web font will be loaded and don't default to (sans-)serif in their font-familly CSS property.