1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-19 02:27:03 +00:00

ui: Use OpenSans font (#178)

This commit is contained in:
James Hillyerd
2020-09-21 16:16:00 -07:00
committed by GitHub
parent 5c5b0f819b
commit 4648d8e593
7 changed files with 20 additions and 5 deletions

View File

@@ -35,12 +35,10 @@ module.exports = (env, argv) => {
],
},
{
include: [/\/src/, /\/node_modules\/@fortawesome\/fontawesome-free\/css/],
test: /\.css$/,
loader: ['style-loader', 'css-loader'],
},
{
include: [/\/node_modules\/@fortawesome\/fontawesome-free\/webfonts/],
test: /\.(eot|svg|ttf|woff|woff2)$/,
loader: 'file-loader',
options: {