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

@@ -259,7 +259,7 @@ a:focus {
font-family: fontAwesome;
}
.main-header .sidebar-toggle:before {
content: "\f0c9";
/* content: "\f0c9"; */
}
.main-header .sidebar-toggle:hover {
color: #fff;
@@ -272,7 +272,7 @@ a:focus {
font-family: "Font Awesome\ 5 Free";
}
.main-header .sidebar-toggle.fa5:before {
content: "\f0c9";
/* content: "\f0c9"; */
font-weight: 900;
}
.main-header .sidebar-toggle .icon-bar {

File diff suppressed because one or more lines are too long

View File

@@ -260,7 +260,7 @@ a:focus {
font-family: fontAwesome;
}
.main-header .sidebar-toggle:before {
content: "\f0c9";
/* content: "\f0c9"; */
}
.main-header .sidebar-toggle:hover {
color: #fff;
@@ -273,7 +273,7 @@ a:focus {
font-family: "Font Awesome\ 5 Free";
}
.main-header .sidebar-toggle.fa5:before {
content: "\f0c9";
/* content: "\f0c9"; */
font-weight: 900;
}
.main-header .sidebar-toggle .icon-bar {

File diff suppressed because one or more lines are too long