mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Icons): add woff format to compat some special webview (#11485)
This commit is contained in:
parent
13629b2070
commit
2ffdbcdef2
File diff suppressed because one or more lines are too long
@ -6,5 +6,7 @@
|
|||||||
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');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user