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 and actions-user committed Sep 2, 2020
1 parent 72a6dbf commit 0a9f1a4
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 15 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 changes: 15 additions & 9 deletions built_files/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?d8v22t');
src: url('fonts/devicon.eot?d8v22t#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?d8v22t') format('truetype'),
url('fonts/devicon.woff?d8v22t') format('woff'),
url('fonts/devicon.svg?d8v22t#devicon') format('svg');
src: url('fonts/devicon.eot?warvj4');
src: url('fonts/devicon.eot?warvj4#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?warvj4') format('truetype'),
url('fonts/devicon.woff?warvj4') format('woff'),
url('fonts/devicon.svg?warvj4#devicon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -26,19 +26,25 @@
}

.devicon-mocha-plain:before {
content: "\e95d";
content: "\e961";
}
.devicon-clojurescript-plain:before {
content: "\e95e";
content: "\e962";
}
.devicon-clojure-plain:before {
content: "\e963";
}
.devicon-haskell-plain:before {
content: "\e95f";
}
.devicon-haskell-plain-wordmark:before {
content: "\e960";
}
.devicon-haskell-plain:before {
content: "\e961";
.devicon-codepen-original-wordmark:before {
content: "\e95d";
}
.devicon-codepen-plain:before {
content: "\e95e";
}
.devicon-groovy-plain:before {
content: "\e958";
Expand Down
Binary file modified built_files/fonts/devicon.eot
Binary file not shown.
12 changes: 7 additions & 5 deletions built_files/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 built_files/fonts/devicon.ttf
Binary file not shown.
Binary file modified built_files/fonts/devicon.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion built_files/icomoon.json

Large diffs are not rendered by default.

0 comments on commit 0a9f1a4

Please sign in to comment.