1
2
3
4
5
6
7
8
9
10
11
12
13
| @import './common.less';
|
| @font-face {
| font-weight: normal;
| font-style: normal;
| font-display: auto;
| font-family: 'vant-icon';
| src:
| url('//at.alicdn.com/t/c/font_2553510_kfwma2yq1rs.woff2?t=1694918397022')
| format('woff2'),
| url('//at.alicdn.com/t/c/font_2553510_kfwma2yq1rs.woff?t=1694918397022')
| format('woff');
| }
|
|