mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-09-10 06:49:48 +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_ciljc7axaw7.woff2?t=1705587463221')
|
|
format('woff2'),
|
|
url('//at.alicdn.com/t/c/font_2553510_ciljc7axaw7.woff?t=1705587463221')
|
|
format('woff');
|
|
}
|