mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-07-15 01:51:06 +08:00
Compare commits
4 Commits
5bd6997d3c
...
3f882bda96
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f882bda96 | ||
|
|
63254db3c0 | ||
|
|
9a3b092f12 | ||
|
|
1e2b4953e7 |
@ -1,5 +1,10 @@
|
||||
## Changelog
|
||||
|
||||
## 2.0.0
|
||||
|
||||
- no longer support woff/ttf format
|
||||
- fix delete / delete-o icon
|
||||
|
||||
## 1.8.0
|
||||
|
||||
- add qq icon
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vant/icons",
|
||||
"version": "1.8.0",
|
||||
"version": "2.0.0",
|
||||
"description": "vant icons",
|
||||
"main": "./src/config.js",
|
||||
"types": "./src/config.d.ts",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
// deprecated
|
||||
@ -5,10 +5,6 @@
|
||||
font-style: normal;
|
||||
font-display: auto;
|
||||
font-family: 'vant-icon';
|
||||
src: url('https://at.alicdn.com/t/font_2553510_iv4v8nulyz.woff2?t=1649083952952')
|
||||
format('woff2'),
|
||||
url('https://at.alicdn.com/t/font_2553510_iv4v8nulyz.woff?t=1649083952952')
|
||||
format('woff'),
|
||||
url('https://at.alicdn.com/t/font_2553510_iv4v8nulyz.ttf?t=1649083952952')
|
||||
format('truetype');
|
||||
src: url('//at.alicdn.com/t/c/font_2553510_ovbl29ce9ud.woff2?t=1672541115585')
|
||||
format('woff2');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user