mirror of
https://github.com/konpa/devicon.git
synced 2025-04-20 04:43:52 +02:00
Added Babel & Typescript Fonts
This commit is contained in:
parent
40337d5927
commit
2fe455dce2
@ -118,6 +118,10 @@
|
||||
.devicon-atom-plain-wordmark.colored {
|
||||
color: #67595D;
|
||||
}
|
||||
.devicon-babel-original.colored,
|
||||
.devicon-babel-plain.colored {
|
||||
color: #f9dc3e;
|
||||
}
|
||||
.devicon-backbonejs-plain.colored,
|
||||
.devicon-backbonejs-plain-wordmark.colored {
|
||||
color: #002A41;
|
||||
@ -402,6 +406,10 @@
|
||||
.devicon-trello-plain.colored {
|
||||
color: #23719f;
|
||||
}
|
||||
.devicon-typescript-original.colored,
|
||||
.devicon-typescript-plain.colored {
|
||||
color: #007acc;
|
||||
}
|
||||
.devicon-ubuntu-plain-wordmark.colored,
|
||||
.devicon-ubuntu-plain.colored {
|
||||
color: #dd4814;
|
||||
|
11
devicon.css
11
devicon.css
@ -23,24 +23,29 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.devicon-typescript-original:before,
|
||||
.devicon-typescript-plain:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.devicon-babel-original:before,
|
||||
.devicon-babel-plain:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.devicon-mocha-plain:before {
|
||||
content: "\e919";
|
||||
}
|
||||
|
||||
.devicon-jasmine-plain-wordmark:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.devicon-jasmine-plain:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
|
||||
.devicon-gatling-plain-wordmark:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.devicon-gatling-plain:before {
|
||||
content: "\e917";
|
||||
}
|
||||
|
||||
.devicon-ssh-original-wordmark:before,
|
||||
.devicon-ssh-plain-wordmark:before {
|
||||
content: "\e916";
|
||||
|
16
devicon.json
16
devicon.json
@ -55,6 +55,14 @@
|
||||
"font": ["original", "original-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "babel",
|
||||
"tags": ["javascript", "transpiler"],
|
||||
"versions": {
|
||||
"svg": ["original", "plain"],
|
||||
"font": ["plain"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "backbonejs",
|
||||
"tags": ["javascript", "framework"],
|
||||
@ -647,6 +655,14 @@
|
||||
"font": ["plain", "plain-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "typescript",
|
||||
"tags": ["programming", "transpiler"],
|
||||
"versions": {
|
||||
"svg": ["original", "plain"],
|
||||
"font": ["plain"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ubuntu",
|
||||
"tags": ["os"],
|
||||
|
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: 595 KiB After Width: | Height: | Size: 626 KiB |
Binary file not shown.
Binary file not shown.
124
icomoon.json
124
icomoon.json
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user