Closed
Description
Migrated on behalf of @kuettel:
https://github.com/w3c/csswg-drafts/blob/master/css-fonts-4/Overview.bs#L342
While format() is being refined to support variation fonts, e.g. format ("woff-variations") or via an additional parameter (see: #513), similar consideration should be given to local().
Specifically, one should be able to use locally available variation fonts but fallback to downloading the font when the locally available font does not support variations. Perhaps via an additional parameter as well? e.g. local("full name", "variation"), which then would only use "full name" if it was variation ready.