Skip to content

Commit a3b4529

Browse files
authored
Merge pull request #241 from konpa/feature/regenerate-font
Add Rust, Groovy, Grails & Scala to font; fix rust-plain.svg and groo…
2 parents d27e2ac + a4b9697 commit a3b4529

9 files changed

Lines changed: 1419 additions & 936 deletions

File tree

devicon.css

Lines changed: 21 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?56yybb');
4-
src: url('fonts/devicon.eot?56yybb#iefix') format('embedded-opentype'),
5-
url('fonts/devicon.ttf?56yybb') format('truetype'),
6-
url('fonts/devicon.woff?56yybb') format('woff'),
7-
url('fonts/devicon.svg?56yybb#devicon') format('svg');
3+
src: url('fonts/devicon.eot?ibclp5');
4+
src: url('fonts/devicon.eot?ibclp5#iefix') format('embedded-opentype'),
5+
url('fonts/devicon.ttf?ibclp5') format('truetype'),
6+
url('fonts/devicon.woff?ibclp5') format('woff'),
7+
url('fonts/devicon.svg?ibclp5#devicon') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
font-display: block;
@@ -24,6 +24,22 @@
2424
-webkit-font-smoothing: antialiased;
2525
-moz-osx-font-smoothing: grayscale;
2626
}
27+
28+
.devicon-groovy-plain:before {
29+
content: "\e958";
30+
}
31+
.devicon-rust-plain:before {
32+
content: "\e959";
33+
}
34+
.devicon-scala-plain-wordmark:before {
35+
content: "\e95a";
36+
}
37+
.devicon-scala-plain:before {
38+
content: "\e95b";
39+
}
40+
.devicon-grails-plain:before {
41+
content: "\e95c";
42+
}
2743
.devicon-sketch-line-wordmark:before {
2844
content: "\e94c";
2945
}

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

5.99 KB
Binary file not shown.

fonts/devicon.svg

Lines changed: 5 additions & 0 deletions
Loading

fonts/devicon.ttf

5.99 KB
Binary file not shown.

fonts/devicon.woff

5.99 KB
Binary file not shown.

icomoon.json

Lines changed: 1390 additions & 928 deletions
Large diffs are not rendered by default.

icons/groovy/groovy-plain.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/rust/rust-plain.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)