* chore: bump prettier v3 and format all code * chore: mjs config * chore: revert * chore: revert * chore: update lock
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_ovbl29ce9ud.woff2?t=1672541115585')
|
|
format('woff2'),
|
|
url('//at.alicdn.com/t/c/font_2553510_ovbl29ce9ud.woff?t=1672541115585')
|
|
format('woff');
|
|
}
|