From 2e80c62ed40117b4a6d7ad8cc6282182d632b51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 31 Oct 2018 20:55:41 +0800 Subject: [PATCH] =?UTF-8?q?[bugfix]=20Icon=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=95=86=E5=93=81=E8=A7=92=E6=A0=87icon=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=80=A7=E9=97=AE=E9=A2=98=20(#840)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/pages/icon/index.js | 3 ++- packages/icon/index.less | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/pages/icon/index.js b/example/pages/icon/index.js index 1d337a44..adbdb069 100644 --- a/example/pages/icon/index.js +++ b/example/pages/icon/index.js @@ -97,7 +97,8 @@ Page({ 'new', 'new-arrival', 'hot-sale', - 'cart-o' + 'cart-o', + 'question2' ] } }); diff --git a/packages/icon/index.less b/packages/icon/index.less index ac08b382..803f6fa3 100644 --- a/packages/icon/index.less +++ b/packages/icon/index.less @@ -4,7 +4,7 @@ font-style: normal; font-weight: normal; font-family: 'vant-icon'; - src: url('https://img.yzcdn.cn/vant/vant-icon-ed790e.ttf') format('truetype'); + src: url('https://img.yzcdn.cn/vant/vant-icon-872dd0.ttf') format('truetype'); } .van-icon { @@ -419,4 +419,3 @@ .van-icon-wechat::before { content: "\F05F"; } -}