Moved to using Atlas fontface

This commit is contained in:
Jori Lallo
2016-03-11 00:27:57 -08:00
parent 1133720fd4
commit bc7ae72210
38 changed files with 85 additions and 24 deletions

View File

@@ -25,7 +25,8 @@ module.exports = {
{ test: /\.json$/, loader: 'json-loader' },
{ test: /\.scss$/, loader: 'style!css-loader?modules&importLoaders=1&localIdentName=[name]__[local]___[hash:base64:5]!sass?sourceMap' },
{ test: /\.css$/, loader: 'style!css-loader' },
{ test: /\.(png|jpg)$/, loader: 'url-loader?limit=8192' } // inline base64 URLs for <=8k images, direct URLs for the rest
{ test: /\.(png|jpg)$/, loader: 'url-loader?limit=8192' }, // inline base64 URLs for <=8k images, direct URLs for the rest
{ test: /\.woff$/, loader: 'url-loader?limit=65000&mimetype=application/font-woff&name=public/fonts/[name].[ext]' },
]
},
resolve: {