Add support for OTF fonts

This commit is contained in:
Art Lowel
2019-11-27 13:30:26 +01:00
parent 29c9682508
commit 36e80e3624

View File

@@ -173,7 +173,7 @@ module.exports = (env) => {
]
},
{
test: /\.(html|eot|ttf|svg|woff|woff2)$/,
test: /\.(html|eot|ttf|otf|svg|woff|woff2)$/,
loader: 'raw-loader'
}
]