You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the syntax for font-weight, font-stretch, and font-style is extended, the shorthand must be updated to not make the parsing rules ambiguous.
The most straightforward way of doing this is to make the font shorthand eliminate any of the new values accepted by existing properties. However, we may be able to do better than this, and allow web authors at least some variation support in the "font" shorthand.