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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user