Skip to content

Commit

Permalink
released v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 16, 2018
1 parent 38c7691 commit 1cac6de
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions fonts/ffont.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: "ffont";
src: url('ffont.eot?t=1537040672986'); /* IE9*/
src: url('ffont.eot?t=1537040672986#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('ffont.ttf?t=1537040672986') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('ffont.svg?t=1537040672986#ffont') format('svg'); /* iOS 4.1- */
src: url('ffont.eot?t=1537072555651'); /* IE9*/
src: url('ffont.eot?t=1537072555651#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('ffont.ttf?t=1537072555651') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('ffont.svg?t=1537072555651#ffont') format('svg'); /* iOS 4.1- */
}

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

[class^="ffont-"], [class*=" ffont-"] {
Expand Down
16 changes: 8 additions & 8 deletions fonts/ffont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/ffont.ttf
Binary file not shown.
Binary file modified fonts/ffont.woff
Binary file not shown.
Binary file modified fonts/ffont.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion fonts/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/file-icons",
"version": "1.0.0",
"version": "1.0.1",
"description": "File icons in the file tree",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1cac6de

Please sign in to comment.