Skip to content

Commit

Permalink
new icons added (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willian1661 authored Jul 20, 2023
1 parent d906496 commit 4b27af4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/style/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,20 @@
.icon-docker::before {
content: "\f395"; //https://fontawesome.com/icons/docker?f=brands&s=solid
}

.icon-react::before {
content: "\f41b"; //https://fontawesome.com/icons/react?f=brands&s=solid
}

.icon-node-js::before {
content: "\f3d3"; //https://fontawesome.com/icons/node-js?f=brands&s=solid
}

.icon-html5::before {
content: "\f13b"; //https://fontawesome.com/icons/html5?f=brands&s=solid
}

.icon-css3::before {
content: "\f13c"; //https://fontawesome.com/icons/css3?f=brands&s=solid
}
}

0 comments on commit 4b27af4

Please sign in to comment.