grunt-cache-bust-alt
Version:
An alternative version of Bust static assets from the cache using content hashing
11 lines (10 loc) • 360 B
CSS
@font-face {
font-family: icons;
src: url(/assets/fonts/icons.eot);
src: url(/assets/fonts/icons.eot?#iefix) format(embedded-opentype),
url(/assets/fonts/icons.woff) format(woff),
url(/assets/fonts/icons.woff2) format(woff2),
url(/assets/fonts/icons.ttf) format(truetype);
font-weight: 400;
font-style: normal;
}