Skip to content

Commit

Permalink
Introduce missed FontAwesome update
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah-Bodden authored Aug 11, 2022
1 parent 5745d81 commit ea33aeb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/source/frontend/dist/static/FontAwesome/css/fontawesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,22 @@
.fa-repeat::before {
content: "\f363";
}

.fa-user-group::before {
content: "\f500";
}
.fa-bell::before {
content: "\f0f3";
}
.fa-circle-nodes::before {
content: "\e4e2";
}
.fa-wrench::before {
content: "\f0ad";
}
.fa-comments::before {
content: "\f086";
}

:root,
:host {
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit ea33aeb

Please sign in to comment.