sass-asset-functions
Version:
asset functions for node-sass / dart-sass
4 lines (3 loc) • 312 B
CSS
@font-face {
font-family: 'SomeFont';
src: url('http://example.com/fonts/SomeFont.woff2') format('woff2'), url('http://example.com/fonts/SomeFont.woff') format('woff'), url('http://example.com/fonts/SomeFont.ttf') format('truetype'), url('http://example.com/fonts/SomeFont.svg#SomeFont') format('svg'); }