atom / language-css

CSS package for Atom
Other
59 stars 84 forks source link

Add generic system font families #169

Closed tysongach closed 4 years ago

tysongach commented 4 years ago

Description of the Change

This adds support for the following generic font families, which were added to the CSS Fonts Module Level 4:

Alternate Designs

Not applicable.

Benefits

Atom users will see these values properly syntax-highlighted like they do with serif, sans-serif, and other generic font family keyword values.

Possible Drawbacks

While system-ui is well-supported, ui-monospace, ui-rounded, ui-sans-serif, and ui-serif are newer and less supported.

Applicable Issues

I couldn’t find any.

lee-dohm commented 4 years ago

Thanks for adding this.