Skip to content

Commit

Permalink
bot:build new icons, icomoon.json and devicon.css (#486)
Browse files Browse the repository at this point in the history
* fix bash-plain (#451) (#453)

Co-authored-by: Enis Mulić <[email protected]>

* Built new icons, icomoon.json and devicon.css

Co-authored-by: Clemens Bastian <[email protected]>
Co-authored-by: Enis Mulić <[email protected]>
Co-authored-by: amacado <[email protected]>
  • Loading branch information
4 people authored Jan 19, 2021
1 parent 97e6a51 commit 957d798
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 7 deletions.
70 changes: 65 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?r4n05t');
src: url('fonts/devicon.eot?r4n05t#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?r4n05t') format('truetype'),
url('fonts/devicon.woff?r4n05t') format('woff'),
url('fonts/devicon.svg?r4n05t#devicon') format('svg');
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');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -25,6 +25,66 @@
-moz-osx-font-smoothing: grayscale;
}

.devicon-xd-line:before {
content: "\e97a";
}
.devicon-xd-plain:before {
content: "\e97b";
}
.devicon-uwsgi-plain:before {
content: "\e97c";
}
.devicon-microsoftsqlserver-plain-wordmark:before {
content: "\e97d";
}
.devicon-microsoftsqlserver-plain:before {
content: "\e97e";
}
.devicon-sqlalchemy-original-wordmark:before {
content: "\e97f";
}
.devicon-sqlalchemy-plain:before {
content: "\e980";
}
.devicon-rocksdb-plain:before {
content: "\e981";
}
.devicon-objectivec-plain:before {
content: "\e982";
}
.devicon-kubernetes-plain-wordmark:before {
content: "\e983";
}
.devicon-kubernetes-plain:before {
content: "\e984";
}
.devicon-googlecloud-plain-wordmark:before {
content: "\e985";
}
.devicon-googlecloud-plain:before {
content: "\e986";
}
.devicon-flask-original-wordmark:before {
content: "\e987";
}
.devicon-flask-original:before {
content: "\e988";
}
.devicon-firebase-plain-wordmark:before {
content: "\e989";
}
.devicon-firebase-plain:before {
content: "\e98a";
}
.devicon-eleventy-plain:before {
content: "\e98b";
}
.devicon-appwrite-plain-wordmark:before {
content: "\e98c";
}
.devicon-appwrite-plain:before {
content: "\e98d";
}
.devicon-bash-plain:before {
content: "\e979";
}
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.
20 changes: 20 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 957d798

Please sign in to comment.