feat(Icon): add font-display auto property (#4831)

This commit is contained in:
neverland
2019-10-24 21:20:43 +08:00
committed by GitHub
parent fe6b12f8c2
commit 38a6080803
6 changed files with 9 additions and 7 deletions
File diff suppressed because one or more lines are too long
+1
View File
@@ -3,6 +3,7 @@
font-weight: normal;
font-family: 'vant-icon';
font-style: normal;
font-display: auto;
src: url('https://img.yzcdn.cn/vant/vant-icon-0bc654.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-0bc654.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-0bc654.ttf') format('truetype');