mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-13 00:09:17 +08:00
15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
@import './common.less';
|
|
|
|
@font-face {
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: auto;
|
|
font-family: 'vant-icon';
|
|
src: url('https://at.alicdn.com/t/font_2553510_7cds497uxwn.woff2?t=1621320123079')
|
|
format('woff2'),
|
|
url('https://at.alicdn.com/t/font_2553510_7cds497uxwn.woff?t=1621320123079')
|
|
format('woff'),
|
|
url('https://at.alicdn.com/t/font_2553510_7cds497uxwn.ttf?t=1621320123079')
|
|
format('truetype');
|
|
}
|