[bugfix] Icon: fix share icon font-weight (#1670)

This commit is contained in:
neverland
2018-08-22 17:37:59 +08:00
committed by GitHub
parent ed2911f667
commit 1bb569fe23
5 changed files with 22 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
font-style: normal;
font-weight: normal;
font-family: 'vant-icon';
src: url('../icon/vant-icon-1907f5.ttf') format('truetype');
src: url('../icon/vant-icon-76f274.ttf') format('truetype');
}

View File

@@ -4,7 +4,7 @@
font-style: normal;
font-weight: normal;
font-family: 'vant-icon';
src: url('https://img.yzcdn.cn/vant/vant-icon-1907f5.ttf') format('truetype');
src: url('https://img.yzcdn.cn/vant/vant-icon-76f274.ttf') format('truetype');
}
.van-icon {