Skip to content

Commit ded8c89

Browse files
Built new icons, icomoon.json and devicon.css (#512)
Co-authored-by: amacado <amacado@users.noreply.github.com>
1 parent 173d070 commit ded8c89

7 files changed

Lines changed: 51 additions & 7 deletions

File tree

devicon.css

Lines changed: 38 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?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');
3+
src: url('fonts/devicon.eot?e4qd2c');
4+
src: url('fonts/devicon.eot?e4qd2c#iefix') format('embedded-opentype'),
5+
url('fonts/devicon.ttf?e4qd2c') format('truetype'),
6+
url('fonts/devicon.woff?e4qd2c') format('woff'),
7+
url('fonts/devicon.svg?e4qd2c#devicon') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
font-display: block;
@@ -25,6 +25,39 @@
2525
-moz-osx-font-smoothing: grayscale;
2626
}
2727

28+
.devicon-r-plain:before {
29+
content: "\e98e";
30+
}
31+
.devicon-r-original:before {
32+
content: "\e98f";
33+
}
34+
.devicon-ocaml-plain-wordmark:before {
35+
content: "\e990";
36+
}
37+
.devicon-ocaml-plain:before {
38+
content: "\e991";
39+
}
40+
.devicon-matlab-plain:before {
41+
content: "\e992";
42+
}
43+
.devicon-jupyter-plain-wordmark:before {
44+
content: "\e993";
45+
}
46+
.devicon-jupyter-plain:before {
47+
content: "\e994";
48+
}
49+
.devicon-fsharp-plain:before {
50+
content: "\e995";
51+
}
52+
.devicon-elixir-plain-wordmark:before {
53+
content: "\e996";
54+
}
55+
.devicon-elixir-plain:before {
56+
content: "\e997";
57+
}
58+
.devicon-aarch64-plain:before {
59+
content: "\e998";
60+
}
2861
.devicon-xd-line:before {
2962
content: "\e97a";
3063
}

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

9.97 KB
Binary file not shown.

fonts/devicon.svg

Lines changed: 11 additions & 0 deletions
Loading

fonts/devicon.ttf

9.97 KB
Binary file not shown.

fonts/devicon.woff

9.97 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)