crowell / modpagespeed_tmp

Automatically exported from code.google.com/p/modpagespeed
Apache License 2.0
0 stars 0 forks source link

Parse CSS @font-face #524

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently directives like:

@font-face {
 font-family: 'RokkittRegular';
 src: url('fonts/rokkitt-webfont.eot');
}

are not parsed. I believe that they are passed through the parser, so that the 
rest of the file can be minified, but this will proclude us from optimizing the 
fonts themselves and of combining CSS files with @font-face.

Original issue reported on code.google.com by sligocki@google.com on 12 Oct 2012 at 5:44

GoogleCodeExporter commented 9 years ago
Feature request would be to use extend_cache for included font files (eot, 
woff, ttf, svg)

Original comment by jon.mars...@englishcentral.com on 13 Oct 2012 at 11:32

GoogleCodeExporter commented 9 years ago

Original comment by sligocki@google.com on 13 Dec 2012 at 11:39

GoogleCodeExporter commented 9 years ago
Please add the otf fonts too.
In in complete the feature request is:
extend_cache for included font files (eot, otf, woff, ttf, svg)

Original comment by torsten....@googlemail.com on 22 Apr 2013 at 2:44