Skip to content

Commit d00d096

Browse files
authored
Merge pull request #442 from devicons/master-build-result
bot:build new icons, icomoon.json and devicon.css
2 parents 2558f25 + 9707de4 commit d00d096

8 files changed

+11
-8
lines changed

devicon.css

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'devicon';
3-
src: url('fonts/devicon.eot?flyg0o');
4-
src: url('fonts/devicon.eot?flyg0o#iefix') format('embedded-opentype'),
5-
url('fonts/devicon.ttf?flyg0o') format('truetype'),
6-
url('fonts/devicon.woff?flyg0o') format('woff'),
7-
url('fonts/devicon.svg?flyg0o#devicon') format('svg');
3+
src: url('fonts/devicon.eot?r4n05t');
4+
src: url('fonts/devicon.eot?r4n05t#iefix') format('embedded-opentype'),
5+
url('fonts/devicon.ttf?r4n05t') format('truetype'),
6+
url('fonts/devicon.woff?r4n05t') format('woff'),
7+
url('fonts/devicon.svg?r4n05t#devicon') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
font-display: block;
@@ -25,6 +25,9 @@
2525
-moz-osx-font-smoothing: grayscale;
2626
}
2727

28+
.devicon-bash-plain:before {
29+
content: "\e979";
30+
}
2831
.devicon-woocommerce-plain-wordmark:before {
2932
content: "\e966";
3033
}

devicon.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fonts/devicon.eot

484 Bytes
Binary file not shown.

fonts/devicon.svg

+1
Loading

fonts/devicon.ttf

484 Bytes
Binary file not shown.

fonts/devicon.woff

484 Bytes
Binary file not shown.

icomoon.json

+1-1
Large diffs are not rendered by default.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"build-css": "gulp updateCss && gulp clean",
88
"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%\"",
99
"build-test": "python ./.github/scripts/icomoon_build.py ./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json ./devicon.json ./icons ./"
10-
1110
},
1211
"repository": {
1312
"type": "git",

0 commit comments

Comments
 (0)