mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-21 22:09:16 +08:00
fix(Icons): no longer support woff/ttf format (#11442)
This commit is contained in:
parent
1e2b4953e7
commit
9a3b092f12
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
// deprecated
|
|
@ -6,9 +6,5 @@
|
|||||||
font-display: auto;
|
font-display: auto;
|
||||||
font-family: 'vant-icon';
|
font-family: 'vant-icon';
|
||||||
src: url('//at.alicdn.com/t/c/font_2553510_ovbl29ce9ud.woff2?t=1672541115585')
|
src: url('//at.alicdn.com/t/c/font_2553510_ovbl29ce9ud.woff2?t=1672541115585')
|
||||||
format('woff2'),
|
format('woff2');
|
||||||
url('//at.alicdn.com/t/c/font_2553510_ovbl29ce9ud.woff?t=1672541115585')
|
|
||||||
format('woff'),
|
|
||||||
url('//at.alicdn.com/t/c/font_2553510_ovbl29ce9ud.ttf?t=1672541115585')
|
|
||||||
format('truetype');
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user