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:
commit
d00d096929
13
devicon.css
13
devicon.css
@ -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
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
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user