mirror of
https://github.com/konpa/devicon.git
synced 2025-09-02 02:42:48 +02:00
Updated Fonts & CSS
This commit is contained in:
@@ -263,6 +263,10 @@
|
||||
.devicon-java-plain.colored {
|
||||
color: #EA2D2E;
|
||||
}
|
||||
.devicon-jasmine-plain-wordmark.colored,
|
||||
.devicon-jasmine-plain.colored {
|
||||
color: #8a4182;
|
||||
}
|
||||
.devicon-javascript-plain.colored {
|
||||
color: #f0db4f;
|
||||
}
|
||||
@@ -294,6 +298,9 @@
|
||||
.devicon-meteor-plain-wordmark.colored {
|
||||
color: #df5052;
|
||||
}
|
||||
.devicon-mocha-plain.colored {
|
||||
color: #8d6748;
|
||||
}
|
||||
.devicon-mongodb-plain.colored,
|
||||
.devicon-mongodb-plain-wordmark.colored {
|
||||
color: #4FAA41;
|
||||
|
11
devicon.css
11
devicon.css
@@ -23,6 +23,17 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.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";
|
||||
}
|
||||
|
16
devicon.json
16
devicon.json
@@ -359,6 +359,14 @@
|
||||
"font": ["plain", "plain-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "jasmine",
|
||||
"tags": ["testing"],
|
||||
"versions": {
|
||||
"svg": ["plain", "plain-wordmark"],
|
||||
"font": ["plain", "plain-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "javascript",
|
||||
"tags": ["programming", "language"],
|
||||
@@ -431,6 +439,14 @@
|
||||
"font": ["plain", "plain-wordmark"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mocha",
|
||||
"tags": ["testing"],
|
||||
"versions": {
|
||||
"svg": ["plain"],
|
||||
"font": ["plain"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mongodb",
|
||||
"tags": ["database"],
|
||||
|
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: 584 KiB After Width: | Height: | Size: 595 KiB |
Binary file not shown.
Binary file not shown.
7706
icomoon.json
Executable file → Normal file
7706
icomoon.json
Executable file → Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user