From 18a8f434b98dcbbc8057b8a428a1f5ea617ad6b9 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Tue, 6 Nov 2018 22:35:19 -0500 Subject: remove chancery --- themes/even/src/webpack.config.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'themes/even/src/webpack.config.js') diff --git a/themes/even/src/webpack.config.js b/themes/even/src/webpack.config.js index f2218be..0e47863 100644 --- a/themes/even/src/webpack.config.js +++ b/themes/even/src/webpack.config.js @@ -38,10 +38,6 @@ module.exports = { { test: /iconfont\.(woff|woff2|eot|ttf|otf|svg)$/, use: ['file-loader?name=[path][name].[ext]?hash=[hash:7]'] - }, - { - test: /apple-chancery-webfont\.(woff|woff2|eot|ttf|otf|svg)$/, - use: ['file-loader?name=[path][name].[ext]'] } ] }, -- cgit v1.2.3