Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

CSS Filter: Incorrectly minification not-quoted font-family names with spaces #5

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

this style:
font-family: trebuchet ms;

is being minified to:
font-family: trebuchetms;

while it should be:
font-family: "trebuchet ms";
or remain untouched


Original issue reported on code.google.com by cgeorgak...@gmail.com on 3 Nov 2010 at 10:24

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant