diff --git a/build/webpack.base.conf.js b/build/webpack.base.conf.js
index dfef37a636c90ac04928c608f9806d509affe3a8..ef40333ce439ed666afad3e64f547154645cfa45 100644
--- a/build/webpack.base.conf.js
+++ b/build/webpack.base.conf.js
@@ -97,6 +97,7 @@ module.exports = {
     }),
     new FontelloPlugin({
       config: require('../static/fontello.json'),
+      host: 'https://fontello.com',
       name: 'fontello',
       output: {
         css: 'static/[name].' + now + '.css',  // [hash] is not supported. Use the current timestamp instead for versioning.