Skip to content

Commit

Permalink
Built new icons, icomoon.json and devicon.css
Browse files Browse the repository at this point in the history
  • Loading branch information
amacado authored Jan 3, 2021
1 parent 2558f25 commit 9707de4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions devicon.css
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -25,6 +25,9 @@
-moz-osx-font-smoothing: grayscale;
}

.devicon-bash-plain:before {
content: "\e979";
}
.devicon-woocommerce-plain-wordmark:before {
content: "\e966";
}
Expand Down
2 changes: 1 addition & 1 deletion devicon.min.css

Large diffs are not rendered by default.

Binary file modified fonts/devicon.eot
Binary file not shown.
1 change: 1 addition & 0 deletions fonts/devicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/devicon.ttf
Binary file not shown.
Binary file modified fonts/devicon.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion icomoon.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9707de4

Please sign in to comment.