1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

[bugfix] Icon:修复商品角标icon兼容性问题 ()

This commit is contained in:
张敏 2018-10-31 20:55:41 +08:00 committed by rex
parent 005933dad8
commit 2e80c62ed4
2 changed files with 3 additions and 3 deletions
example/pages/icon
packages/icon

@ -97,7 +97,8 @@ Page({
'new',
'new-arrival',
'hot-sale',
'cart-o'
'cart-o',
'question2'
]
}
});

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