font awesome upgrade to v6

This commit is contained in:
Jokob-sk
2023-01-08 11:26:04 +11:00
parent 4d0d62a00b
commit 8783b89f21
103 changed files with 34078 additions and 8760 deletions

View File

@@ -72,7 +72,7 @@
//Add the fontawesome bars icon
font-family: fontAwesome;
&:before {
content: "\f0c9";
// content: "\f0c9";
}
&:hover {
color: #fff;
@@ -85,7 +85,7 @@
&.fa5 {
font-family: "Font Awesome\ 5 Free";
&:before {
content: "\f0c9";
// content: "\f0c9";
font-weight: 900;
}
}