1
0
mirror of https://github.com/konpa/devicon.git synced 2025-04-19 12:22:14 +02:00

Merge pull request #442 from devicons/master-build-result

bot:build new icons, icomoon.json and devicon.css
This commit is contained in:
Clemens Bastian 2021-01-03 01:51:05 +01:00 committed by GitHub
commit d00d096929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 8 deletions

View File

@ -1,10 +1,10 @@
@font-face {
font-family: 'devicon';
src: url('fonts/devicon.eot?flyg0o');
src: url('fonts/devicon.eot?flyg0o#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?flyg0o') format('truetype'),
url('fonts/devicon.woff?flyg0o') format('woff'),
url('fonts/devicon.svg?flyg0o#devicon') format('svg');
src: url('fonts/devicon.eot?r4n05t');
src: url('fonts/devicon.eot?r4n05t#iefix') format('embedded-opentype'),
url('fonts/devicon.ttf?r4n05t') format('truetype'),
url('fonts/devicon.woff?r4n05t') format('woff'),
url('fonts/devicon.svg?r4n05t#devicon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@ -25,6 +25,9 @@
-moz-osx-font-smoothing: grayscale;
}
.devicon-bash-plain:before {
content: "\e979";
}
.devicon-woocommerce-plain-wordmark:before {
content: "\e966";
}

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: 1016 KiB

After

Width:  |  Height:  |  Size: 1018 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,6 @@
"build-css": "gulp updateCss && gulp clean",
"peek-test": "python ./.github/scripts/icomoon_peek.py ./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json ./devicon.json ./icons ./ --pr_title \"%PR_TITLE%\"",
"build-test": "python ./.github/scripts/icomoon_build.py ./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json ./devicon.json ./icons ./"
},
"repository": {
"type": "git",