Skip to content

Commit

Permalink
Built new icons, icomoon.json and devicon.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Boi authored Oct 12, 2020
1 parent 24df880 commit ac9dc6a
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
19 changes: 14 additions & 5 deletions devicon.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'devicon';
src: url('fonts/devicon.eot?l8xyby');
src: url('fonts/devicon.eot?l8xyby#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?l8xyby') format('truetype'),
url('fonts/devicon.woff?l8xyby') format('woff'),
url('fonts/devicon.svg?l8xyby#devicon') format('svg');
src: url('fonts/devicon.eot?6szfnm');
src: url('fonts/devicon.eot?6szfnm#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?6szfnm') format('truetype'),
url('fonts/devicon.woff?6szfnm') format('woff'),
url('fonts/devicon.svg?6szfnm#devicon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -25,6 +25,15 @@
-moz-osx-font-smoothing: grayscale;
}

.devicon-yunohost-plain:before {
content: "\e963";
}
.devicon-redux-original:before {
content: "\e964";
}
.devicon-clojurescript-plain:before {
content: "\e965";
}
.devicon-clojure-line:before {
content: "\e962";
}
Expand Down
2 changes: 1 addition & 1 deletion devicon.min.css

Large diffs are not rendered by default.

Binary file modified fonts/devicon.eot
Binary file not shown.
3 changes: 3 additions & 0 deletions fonts/devicon.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/devicon.ttf
Binary file not shown.
Binary file modified fonts/devicon.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion icomoon.json

Large diffs are not rendered by default.

Binary file modified new_icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac9dc6a

Please sign in to comment.