fix(Icons): fix cdn url
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user