Skip to content

Commit 6884f90

Browse files
committed
build font including new haskell icon
1 parent 493ebf3 commit 6884f90

8 files changed

Lines changed: 16 additions & 9210 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Devicon aims to gather all logos representing development languages and tools.
66
Each icon comes in several versions: font/svg, original/plain/line, colored/not colored, wordmark/no wordmark.
77

8-
Devicon it's 78 icons and 200+ versions. And it's growing!
8+
Devicon it's 80+ icons and 200+ versions. And it's growing!
99

1010
See all available icons on the [new website](https://devicons.github.io/devicon/).
1111

devicon.css

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

28+
.devicon-haskell-plain:before {
29+
content: "\e95f";
30+
}
31+
.devicon-haskell-plain-wordmark:before {
32+
content: "\e960";
33+
}
2834
.devicon-codepen-original-wordmark:before {
2935
content: "\e95d";
3036
}

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.16 KB
Binary file not shown.

fonts/devicon.svg

Lines changed: 2 additions & 0 deletions
Loading

fonts/devicon.ttf

1.16 KB
Binary file not shown.

fonts/devicon.woff

1.16 KB
Binary file not shown.

icomoon.json

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

0 commit comments

Comments
 (0)