Skip to content
Snippets Groups Projects
Commit 36e80e36 authored by Art Lowel's avatar Art Lowel
Browse files

Add support for OTF fonts

parent 29c96825
No related branches found
No related tags found
No related merge requests found
......@@ -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'
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment