Support for fonts

I’m getting a similar error message for a .woff file is there support for frontity.config.js, or could support for fonts be added to the webpack file too?

I’ve moved the message here to a new topic because I think this is not answered anywhere else in the forum and that way it’ll be easier to find for other people in the future. Original topic is here: Where I should put webpack.config.js file if I want to add png image to my Frontity project

Yeah, sure. I think we should add support for fonts in the default Webpack.

I guess the best way to do it would be with the url-loader because it can transform the font into base64 URIs if they are not too big and save a roundtrip to the server.

I’ve opened an issue: https://github.com/frontity/frontity/issues/195