-
Improvement
-
Resolution: Unresolved
-
Major
-
4.2.11
-
None
How to reproduce it :
- declare a google font with this code into a css file :
@import url(//fonts.googleapis.com/css?family=Advent+Pro:400,700,600,500,300,100,200);
> font is not imported
- declare the same font but prefixing it with http://
> it works
The external imports are not resolved by the minimifier.
If the final @import instruction is not at the top, it will be ignore be the browser.
We can do the following :