1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-20 05:11:37 +02:00

bot:build new icons, icomoon.json and devicon.css (#486)

* fix bash-plain (#451) (#453)

Co-authored-by: Enis Mulić <enis.s.mulic@gmail.com>

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

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
Co-authored-by: Enis Mulić <enis.s.mulic@gmail.com>
Co-authored-by: amacado <amacado@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-01-19 11:11:59 +01:00
committed by GitHub
parent 97e6a51bf7
commit 957d798ecf
7 changed files with 87 additions and 7 deletions

View File

@@ -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;
@@ -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";
}

2
devicon.min.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1018 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long