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