1
0
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:
Priscila Oliveira
2019-11-12 08:18:05 +01:00
committed by GitHub
parent f265b6ba33
commit 09fe1db850
10 changed files with 78 additions and 104 deletions

View File

@@ -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,
},
},