1
0
mirror of https://github.com/konpa/devicon.git synced 2025-09-02 10:54:51 +02:00

Updated Fonts & CSS

This commit is contained in:
Oli Gibson
2017-01-06 17:00:50 +00:00
parent f3fa9504bc
commit d8e194f5f8
9 changed files with 2818 additions and 4927 deletions

View File

@@ -263,6 +263,10 @@
.devicon-java-plain.colored { .devicon-java-plain.colored {
color: #EA2D2E; color: #EA2D2E;
} }
.devicon-jasmine-plain-wordmark.colored,
.devicon-jasmine-plain.colored {
color: #8a4182;
}
.devicon-javascript-plain.colored { .devicon-javascript-plain.colored {
color: #f0db4f; color: #f0db4f;
} }
@@ -294,6 +298,9 @@
.devicon-meteor-plain-wordmark.colored { .devicon-meteor-plain-wordmark.colored {
color: #df5052; color: #df5052;
} }
.devicon-mocha-plain.colored {
color: #8d6748;
}
.devicon-mongodb-plain.colored, .devicon-mongodb-plain.colored,
.devicon-mongodb-plain-wordmark.colored { .devicon-mongodb-plain-wordmark.colored {
color: #4FAA41; color: #4FAA41;

View File

@@ -23,6 +23,17 @@
-moz-osx-font-smoothing: grayscale; -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 { .devicon-gatling-plain-wordmark:before {
content: "\e918"; content: "\e918";
} }

View File

@@ -359,6 +359,14 @@
"font": ["plain", "plain-wordmark"] "font": ["plain", "plain-wordmark"]
} }
}, },
{
"name": "jasmine",
"tags": ["testing"],
"versions": {
"svg": ["plain", "plain-wordmark"],
"font": ["plain", "plain-wordmark"]
}
},
{ {
"name": "javascript", "name": "javascript",
"tags": ["programming", "language"], "tags": ["programming", "language"],
@@ -431,6 +439,14 @@
"font": ["plain", "plain-wordmark"] "font": ["plain", "plain-wordmark"]
} }
}, },
{
"name": "mocha",
"tags": ["testing"],
"versions": {
"svg": ["plain"],
"font": ["plain"]
}
},
{ {
"name": "mongodb", "name": "mongodb",
"tags": ["database"], "tags": ["database"],

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

File diff suppressed because one or more lines are too long