aboutsummaryrefslogtreecommitdiff
path: root/themes/even/src/webpack.config.js
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2018-11-07 03:35:19 +0000
committerJulio Capote <jcapote@gmail.com>2018-11-07 03:35:19 +0000
commit18a8f434b98dcbbc8057b8a428a1f5ea617ad6b9 (patch)
tree33af7c2a4217e19d07d5b76f1a324a4ee01e4cac /themes/even/src/webpack.config.js
parent952351ed57181b7d5d45c51ec9b8769805509d1e (diff)
downloadcapotej.com-18a8f434b98dcbbc8057b8a428a1f5ea617ad6b9.tar.gz
remove chancery
Diffstat (limited to 'themes/even/src/webpack.config.js')
-rw-r--r--themes/even/src/webpack.config.js4
1 files changed, 0 insertions, 4 deletions
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]']
}
]
},