stoyan / cssshrink

CSS minifier
1.05k stars 81 forks source link

Unsafe `font-family` name minification #23

Open mathiasbynens opened 10 years ago

mathiasbynens commented 10 years ago

See https://mathiasbynens.be/notes/unquoted-font-family.

The font name in x { font-family: 'lol serif'; } should remain quoted, because serif is a keyword (same goes for other sans-serif, etc.: https://mothereff.in/font-family#0lol%20serif