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"; } -}