mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
14 lines
343 B
Plaintext
14 lines
343 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/c/font_2553510_kfwma2yq1rs.woff2?t=1694918397022')
|
|
format('woff2'),
|
|
url('//at.alicdn.com/t/c/font_2553510_kfwma2yq1rs.woff?t=1694918397022')
|
|
format('woff');
|
|
}
|