Skip to content

Commit

Permalink
Merge pull request #389 from devicons/develop
Browse files Browse the repository at this point in the history
Release develop to master after icon build job
  • Loading branch information
amacado authored Dec 12, 2020
2 parents ca887b2 + 1190b09 commit ac557d6
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 7 deletions.
67 changes: 62 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?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');
src: url('fonts/devicon.eot?flyg0o');
src: url('fonts/devicon.eot?flyg0o#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?flyg0o') format('truetype'),
url('fonts/devicon.woff?flyg0o') format('woff'),
url('fonts/devicon.svg?flyg0o#devicon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -25,6 +25,63 @@
-moz-osx-font-smoothing: grayscale;
}

.devicon-woocommerce-plain-wordmark:before {
content: "\e966";
}
.devicon-woocommerce-plain:before {
content: "\e967";
}
.devicon-typo3-plain-wordmark:before {
content: "\e968";
}
.devicon-typo3-plain:before {
content: "\e969";
}
.devicon-premierepro-plain:before {
content: "\e96a";
}
.devicon-nestjs-plain-wordmark:before {
content: "\e96b";
}
.devicon-nestjs-plain:before {
content: "\e96c";
}
.devicon-materialui-plain:before {
content: "\e96d";
}
.devicon-kotlin-plain-wordmark:before {
content: "\e96e";
}
.devicon-kotlin-plain:before {
content: "\e96f";
}
.devicon-jenkins-plain:before {
content: "\e970";
}
.devicon-jenkins-line:before {
content: "\e971";
}
.devicon-haxe-plain:before {
content: "\e972";
}
.devicon-gatsby-plain-wordmark:before {
content: "\e973";
}
.devicon-gatsby-plain:before {
content: "\e974";
}
.devicon-flutter-plain:before {
content: "\e975";
}
.devicon-composer-line-wordmark:before {
content: "\e976";
}
.devicon-composer-line:before {
content: "\e977";
}
.devicon-aftereffects-plain:before {
content: "\e978";
}
.devicon-yunohost-plain:before {
content: "\e963";
}
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.
19 changes: 19 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 ac557d6

Please sign in to comment.