Skip to content

Commit 474b347

Browse files
committed
Merge branch 'fix-icons' of https://github.com/devicons/devicon into fix-icons
2 parents 0757cec + 49c747b commit 474b347

8 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?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');
3+
src: url('fonts/devicon.eot?l8xyby');
4+
src: url('fonts/devicon.eot?l8xyby#iefix') format('embedded-opentype'),
5+
url('fonts/devicon.ttf?l8xyby') format('truetype'),
6+
url('fonts/devicon.woff?l8xyby') format('woff'),
7+
url('fonts/devicon.svg?l8xyby#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-clojure-line:before {
29+
content: "\e962";
30+
}
2831
.devicon-mocha-plain:before {
2932
content: "\e961";
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

624 Bytes
Binary file not shown.

fonts/devicon.svg

Lines changed: 1 addition & 0 deletions
Loading

fonts/devicon.ttf

624 Bytes
Binary file not shown.

fonts/devicon.woff

624 Bytes
Binary file not shown.

icomoon.json

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

new_icons.png

69.6 KB
Loading

0 commit comments

Comments
 (0)