mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-14 00:39:16 +08:00
13 lines
339 B
Plaintext
13 lines
339 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_ovbl29ce9ud.woff2?t=1672541115585')
|
|
format('woff2'),
|
|
url('//at.alicdn.com/t/c/font_2553510_ovbl29ce9ud.woff?t=1672541115585')
|
|
format('woff');
|
|
}
|