Skip to content

Commit 7dc4242

Browse files
authored
Built new icons, icomoon.json and devicon.css
1 parent da0c8ce commit 7dc4242

7 files changed

Lines changed: 11 additions & 7 deletions

File tree

devicon.css

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

28+
.devicon-mocha-plain:before {
29+
content: "\e961";
30+
}
2831
.devicon-haskell-plain:before {
2932
content: "\e95f";
3033
}

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

1.2 KB
Binary file not shown.

fonts/devicon.svg

Lines changed: 1 addition & 0 deletions
Loading

fonts/devicon.ttf

1.2 KB
Binary file not shown.

fonts/devicon.woff

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