compiled sass

This commit is contained in:
Sophia Atkinson 2022-12-08 01:35:17 -08:00
parent bdcf2350a5
commit a1b0c64604
3 changed files with 6 additions and 6 deletions

View File

@ -22,14 +22,14 @@
text-transform: none !important;
@if ($category == brands) {
font-family: 'Font Awesome 5 Brands';
font-family: 'ForkAwesome';
}
@elseif ($category == solid) {
font-family: 'Font Awesome 5 Free';
font-family: 'ForkAwesome';
font-weight: 900;
}
@else {
font-family: 'Font Awesome 5 Free';
font-family: 'ForkAwesome';
font-weight: 400;
}

View File

@ -562,7 +562,7 @@ input[type=radio] + label:before {
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: "Font Awesome 5 Free";
font-family: "ForkAwesome";
font-weight: 900;
}
input[type=checkbox] + label:before,
@ -630,7 +630,7 @@ input[type=radio] + label:before {
text-rendering: auto;
line-height: 1;
text-transform: none !important;
font-family: "Font Awesome 5 Free";
font-family: "ForkAwesome";
font-weight: 400;
}
.icon > .label {

File diff suppressed because one or more lines are too long