Closed
Description
webpack configuration:
modules: {
loaders: [{
test: /\.scss$/,
loader: ['style', 'css?sourceMap', 'postcss',
'sass?sourceMap'
].join('!')
}, {
test: /\.(mp4|ogg|svg|eot|ttf|woff|woff2|jpg|png)$/,
loader: 'file-loader'
}]
}
styles/fonts.scss
@font-face {
font-family : "foundation-icons";
font-style : normal;
font-weight : normal;
src : url(foundation-icons.eot);
src : url(foundation-icons.eot?#iefix) format("embedded-opentype"),
url(foundation-icons.woff) format("woff"),
url(foundation-icons.ttf) format("truetype"),
url(foundation-icons.svg#fontcustom) format("svg");
}
Metadata
Metadata
Assignees
Labels
No labels