javierfernandezbaz / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Double-word-named font's get broken #275

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Minify commit/version: 2.1.5
PHP version: 5.2.17

What steps will reproduce the problem?
1. just try to minify a css file containing double-word-named font

Expected output:
font-family: "Century Gothic"

Actual output:
font-family: "CenturyGothic"

Original issue reported on code.google.com by koperfi...@gmail.com on 4 Sep 2012 at 8:29

GoogleCodeExporter commented 8 years ago
Hmm. There are multi-word fonts in the unit tests and they pass. Try the units 
on your system. 

Original comment by mrclay....@gmail.com on 4 Sep 2012 at 11:46

GoogleCodeExporter commented 8 years ago
Please attach to this ticket a larger sample of CSS in which this bug occurred. 

Original comment by mrclay....@gmail.com on 7 Sep 2012 at 3:38

GoogleCodeExporter commented 8 years ago

Original comment by mrclay....@gmail.com on 30 Sep 2012 at 9:53