add font awesome

This commit is contained in:
2021-09-02 23:32:53 -04:00
committed by oliviasculley
parent 66cc11e9eb
commit bde1cff7a4
6 changed files with 6102 additions and 408 deletions

View File

@@ -41,6 +41,14 @@ module.exports = (env, options) => {
"postcss-loader",
"sass-loader",
],
},
{
test: /\.(woff(2)?|ttf|eot|svg|otf)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
loader: 'file-loader',
options: {
name: '[name].[ext]?[hash]',
outputPath: '../fonts'
}
}
]
},