mirror of
https://github.com/SomboChea/ui
synced 2026-01-18 00:56:00 +07:00
Refactor(#240): Created Reset CSS and added local fonts
This commit is contained in:
committed by
GitHub
parent
f265b6ba33
commit
09fe1db850
@@ -67,7 +67,8 @@ module.exports = {
|
||||
test: /\.(woff|woff2|eot|ttf|otf)$/,
|
||||
loader: 'url-loader',
|
||||
options: {
|
||||
name: '/fonts/[name].[ext]',
|
||||
name: '[name].[ext]',
|
||||
outputPath: 'fonts',
|
||||
limit: 50,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user