mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: update iconfont URL (#9091)
This commit is contained in:
parent
c2cd03f2aa
commit
f766ba5932
Binary file not shown.
@ -965,3 +965,7 @@
|
|||||||
.van-icon-envelop-o:before {
|
.van-icon-envelop-o:before {
|
||||||
content: '\e6ae';
|
content: '\e6ae';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.van-icon-shield-o:before {
|
||||||
|
content: '\e74b';
|
||||||
|
}
|
||||||
|
@ -147,7 +147,7 @@ module.exports = {
|
|||||||
'idcard',
|
'idcard',
|
||||||
'replay',
|
'replay',
|
||||||
'shrink',
|
'shrink',
|
||||||
'security-o',
|
'shield-o',
|
||||||
],
|
],
|
||||||
filled: [
|
filled: [
|
||||||
// has corresponding outline icon
|
// has corresponding outline icon
|
||||||
|
File diff suppressed because one or more lines are too long
@ -5,10 +5,10 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
font-family: 'vant-icon';
|
font-family: 'vant-icon';
|
||||||
src: url('https://at.alicdn.com/t/font_2553510_7cds497uxwn.woff2?t=1621320123079')
|
src: url('//at.alicdn.com/t/font_2553510_zfuqek7jp8p.woff2?t=1626952352143')
|
||||||
format('woff2'),
|
format('woff2'),
|
||||||
url('https://at.alicdn.com/t/font_2553510_7cds497uxwn.woff?t=1621320123079')
|
url('//at.alicdn.com/t/font_2553510_zfuqek7jp8p.woff?t=1626952352143')
|
||||||
format('woff'),
|
format('woff'),
|
||||||
url('https://at.alicdn.com/t/font_2553510_7cds497uxwn.ttf?t=1621320123079')
|
url('//at.alicdn.com/t/font_2553510_zfuqek7jp8p.ttf?t=1626952352143')
|
||||||
format('truetype');
|
format('truetype');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user