fix(Icons): fix cdn url

This commit is contained in:
chenjiahan
2021-01-26 11:53:07 +08:00
parent cb8a8e64e4
commit 12df0d09de
4 changed files with 9 additions and 9 deletions
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -5,9 +5,9 @@
font-family: 'vant-icon';
font-style: normal;
font-display: auto;
src: url('https://img.yzcdn.cn/vant/vant-icon-f463a9.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-f463a9.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-f463a9.ttf') format('truetype');
src: url('https://img01.yzcdn.cn/vant/vant-icon-f463a9.woff2') format('woff2'),
url('https://img01.yzcdn.cn/vant/vant-icon-f463a9.woff') format('woff'),
url('https://img01.yzcdn.cn/vant/vant-icon-f463a9.ttf') format('truetype');
}
.van-icon {