Skip to content

Commit

Permalink
Build v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 6, 2019
1 parent 0d949dc commit 6bb4cb9
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion fonts/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fonts/symbol.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fonts/unicode.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions fonts/w-icon.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@font-face {
font-family: "w-icon";
src: url('w-icon.eot?t=1570353166707'); /* IE9*/
src: url('w-icon.eot?t=1570353166707#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("w-icon.woff2?t=1570353166707") format("woff2"),
url("w-icon.woff?t=1570353166707") format("woff"),
url('w-icon.ttf?t=1570353166707') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('w-icon.svg?t=1570353166707#w-icon') format('svg'); /* iOS 4.1- */
src: url('w-icon.eot?t=1570355695334'); /* IE9*/
src: url('w-icon.eot?t=1570355695334#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("w-icon.woff2?t=1570355695334") format("woff2"),
url("w-icon.woff?t=1570355695334") format("woff"),
url('w-icon.ttf?t=1570355695334') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('w-icon.svg?t=1570355695334#w-icon') format('svg'); /* iOS 4.1- */
}

[class^="w-icon-"], [class*=" w-icon-"] {
Expand Down
Binary file modified fonts/w-icon.eot
Binary file not shown.
12 changes: 6 additions & 6 deletions fonts/w-icon.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {font-family: "w-icon";
src: url('w-icon.eot?t=1570353166707'); /* IE9*/
src: url('w-icon.eot?t=1570353166707#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("w-icon.woff2?t=1570353166707") format("woff2"),
url("w-icon.woff?t=1570353166707") format("woff"),
url('w-icon.ttf?t=1570353166707') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('w-icon.svg?t=1570353166707#w-icon') format('svg'); /* iOS 4.1- */
src: url('w-icon.eot?t=1570355695334'); /* IE9*/
src: url('w-icon.eot?t=1570355695334#iefix') format('embedded-opentype'), /* IE6-IE8 */
url("w-icon.woff2?t=1570355695334") format("woff2"),
url("w-icon.woff?t=1570355695334") format("woff"),
url('w-icon.ttf?t=1570355695334') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('w-icon.svg?t=1570355695334#w-icon') format('svg'); /* iOS 4.1- */
}

[class^="w-icon-"], [class*=" w-icon-"] {
Expand Down
Binary file modified fonts/w-icon.ttf
Binary file not shown.
Binary file modified fonts/w-icon.woff
Binary file not shown.
Binary file modified fonts/w-icon.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/icons",
"version": "2.2.0",
"version": "2.2.1",
"description": "The premium icon font for uiw Component Library.",
"author": "Kenny <wowohoo@qq.com>",
"repository": {
Expand Down

0 comments on commit 6bb4cb9

Please sign in to comment.