mirror of
https://github.com/konpa/devicon.git
synced 2025-08-13 18:14:21 +02:00
build font including new haskell icon
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
Devicon aims to gather all logos representing development languages and tools.
|
Devicon aims to gather all logos representing development languages and tools.
|
||||||
Each icon comes in several versions: font/svg, original/plain/line, colored/not colored, wordmark/no wordmark.
|
Each icon comes in several versions: font/svg, original/plain/line, colored/not colored, wordmark/no wordmark.
|
||||||
|
|
||||||
Devicon it's 78 icons and 200+ versions. And it's growing!
|
Devicon it's 80+ icons and 200+ versions. And it's growing!
|
||||||
|
|
||||||
See all available icons on the [new website](https://devicons.github.io/devicon/).
|
See all available icons on the [new website](https://devicons.github.io/devicon/).
|
||||||
|
|
||||||
|
16
devicon.css
16
devicon.css
@@ -1,10 +1,10 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'devicon';
|
font-family: 'devicon';
|
||||||
src: url('fonts/devicon.eot?pctgnc');
|
src: url('fonts/devicon.eot?xdc21g');
|
||||||
src: url('fonts/devicon.eot?pctgnc#iefix') format('embedded-opentype'),
|
src: url('fonts/devicon.eot?xdc21g#iefix') format('embedded-opentype'),
|
||||||
url('fonts/devicon.ttf?pctgnc') format('truetype'),
|
url('fonts/devicon.ttf?xdc21g') format('truetype'),
|
||||||
url('fonts/devicon.woff?pctgnc') format('woff'),
|
url('fonts/devicon.woff?xdc21g') format('woff'),
|
||||||
url('fonts/devicon.svg?pctgnc#devicon') format('svg');
|
url('fonts/devicon.svg?xdc21g#devicon') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
font-display: block;
|
||||||
@@ -25,6 +25,12 @@
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.devicon-haskell-plain:before {
|
||||||
|
content: "\e95f";
|
||||||
|
}
|
||||||
|
.devicon-haskell-plain-wordmark:before {
|
||||||
|
content: "\e960";
|
||||||
|
}
|
||||||
.devicon-codepen-original-wordmark:before {
|
.devicon-codepen-original-wordmark:before {
|
||||||
content: "\e95d";
|
content: "\e95d";
|
||||||
}
|
}
|
||||||
|
2
devicon.min.css
vendored
2
devicon.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 822 KiB After Width: | Height: | Size: 825 KiB |
Binary file not shown.
Binary file not shown.
9204
icomoon.json
9204
icomoon.json
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user