Skip to content

Commit

Permalink
Built new icons, icomoon.json and devicon.css (devicons#512)
Browse files Browse the repository at this point in the history
Co-authored-by: amacado <[email protected]>
  • Loading branch information
github-actions[bot] and amacado authored Feb 23, 2021
1 parent 173d070 commit ded8c89
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 7 deletions.
43 changes: 38 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?dvqgvl');
src: url('fonts/devicon.eot?dvqgvl#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?dvqgvl') format('truetype'),
url('fonts/devicon.woff?dvqgvl') format('woff'),
url('fonts/devicon.svg?dvqgvl#devicon') format('svg');
src: url('fonts/devicon.eot?e4qd2c');
src: url('fonts/devicon.eot?e4qd2c#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?e4qd2c') format('truetype'),
url('fonts/devicon.woff?e4qd2c') format('woff'),
url('fonts/devicon.svg?e4qd2c#devicon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -25,6 +25,39 @@
-moz-osx-font-smoothing: grayscale;
}

.devicon-r-plain:before {
content: "\e98e";
}
.devicon-r-original:before {
content: "\e98f";
}
.devicon-ocaml-plain-wordmark:before {
content: "\e990";
}
.devicon-ocaml-plain:before {
content: "\e991";
}
.devicon-matlab-plain:before {
content: "\e992";
}
.devicon-jupyter-plain-wordmark:before {
content: "\e993";
}
.devicon-jupyter-plain:before {
content: "\e994";
}
.devicon-fsharp-plain:before {
content: "\e995";
}
.devicon-elixir-plain-wordmark:before {
content: "\e996";
}
.devicon-elixir-plain:before {
content: "\e997";
}
.devicon-aarch64-plain:before {
content: "\e998";
}
.devicon-xd-line:before {
content: "\e97a";
}
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.
11 changes: 11 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.

0 comments on commit ded8c89

Please sign in to comment.