Skip to content

Commit 957d798

Browse files
github-actions[bot]amacadoEnisMulic
authored
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>
1 parent 97e6a51 commit 957d798

7 files changed

Lines changed: 87 additions & 7 deletions

File tree

devicon.css

Lines changed: 65 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'devicon';
3-
src: url('fonts/devicon.eot?r4n05t');
4-
src: url('fonts/devicon.eot?r4n05t#iefix') format('embedded-opentype'),
5-
url('fonts/devicon.ttf?r4n05t') format('truetype'),
6-
url('fonts/devicon.woff?r4n05t') format('woff'),
7-
url('fonts/devicon.svg?r4n05t#devicon') format('svg');
3+
src: url('fonts/devicon.eot?dvqgvl');
4+
src: url('fonts/devicon.eot?dvqgvl#iefix') format('embedded-opentype'),
5+
url('fonts/devicon.ttf?dvqgvl') format('truetype'),
6+
url('fonts/devicon.woff?dvqgvl') format('woff'),
7+
url('fonts/devicon.svg?dvqgvl#devicon') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
font-display: block;
@@ -25,6 +25,66 @@
2525
-moz-osx-font-smoothing: grayscale;
2626
}
2727

28+
.devicon-xd-line:before {
29+
content: "\e97a";
30+
}
31+
.devicon-xd-plain:before {
32+
content: "\e97b";
33+
}
34+
.devicon-uwsgi-plain:before {
35+
content: "\e97c";
36+
}
37+
.devicon-microsoftsqlserver-plain-wordmark:before {
38+
content: "\e97d";
39+
}
40+
.devicon-microsoftsqlserver-plain:before {
41+
content: "\e97e";
42+
}
43+
.devicon-sqlalchemy-original-wordmark:before {
44+
content: "\e97f";
45+
}
46+
.devicon-sqlalchemy-plain:before {
47+
content: "\e980";
48+
}
49+
.devicon-rocksdb-plain:before {
50+
content: "\e981";
51+
}
52+
.devicon-objectivec-plain:before {
53+
content: "\e982";
54+
}
55+
.devicon-kubernetes-plain-wordmark:before {
56+
content: "\e983";
57+
}
58+
.devicon-kubernetes-plain:before {
59+
content: "\e984";
60+
}
61+
.devicon-googlecloud-plain-wordmark:before {
62+
content: "\e985";
63+
}
64+
.devicon-googlecloud-plain:before {
65+
content: "\e986";
66+
}
67+
.devicon-flask-original-wordmark:before {
68+
content: "\e987";
69+
}
70+
.devicon-flask-original:before {
71+
content: "\e988";
72+
}
73+
.devicon-firebase-plain-wordmark:before {
74+
content: "\e989";
75+
}
76+
.devicon-firebase-plain:before {
77+
content: "\e98a";
78+
}
79+
.devicon-eleventy-plain:before {
80+
content: "\e98b";
81+
}
82+
.devicon-appwrite-plain-wordmark:before {
83+
content: "\e98c";
84+
}
85+
.devicon-appwrite-plain:before {
86+
content: "\e98d";
87+
}
2888
.devicon-bash-plain:before {
2989
content: "\e979";
3090
}

devicon.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fonts/devicon.eot

30.1 KB
Binary file not shown.

fonts/devicon.svg

Lines changed: 20 additions & 0 deletions
Loading

fonts/devicon.ttf

30.1 KB
Binary file not shown.

fonts/devicon.woff

30.1 KB
Binary file not shown.

icomoon.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)