[css-fonts] "system" generic font name

TL;DR: Apple proposes adding a new generic font-family named "system".

Hello,

It's valuable for web authors to be able to make sites that fit in with native platforms without having to write lots of complicated, redundant CSS. One case where this is hard right now is matching platforms’ system UI fonts.

CSS describes a collection of “generic” font families. We propose adding a new generic font family, “system,” which will be backed by whichever font is the native UI font of the platform running the browser. Specifically, we are proposing that this new generic font family be platform-specific, and not browser-specific, so the same browser running on different operating systems will implement this generic font family differently.

WebKit currently implements a similar notion with the “-apple-system” font family, but we feel that a more general approach is valuable to web authors. In particular, web authors shouldn’t have to list anything specific to each platform they are targeting in their font fallback list. Instead, a single generic font family should just do the right thing. This is why we are proposing a prefixless value.

What are your thoughts?

Myles C. Maxfield

Received on Tuesday, 14 July 2015 21:15:06 UTC