Use FA 6 Free

This commit is contained in:
Jens M. Sauer 2024-07-28 18:38:07 +02:00
parent af86df5bb8
commit 76665e965b
2 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@
&.brands { &.brands {
&:before { &:before {
font-family: 'Font Awesome 5 Brands'; font-family: 'Font Awesome 6 Brands';
} }
} }
@ -94,4 +94,4 @@
} }
} }
@include color-icon; @include color-icon;

View File

@ -22,14 +22,14 @@
text-transform: none !important; text-transform: none !important;
@if ($category == brands) { @if ($category == brands) {
font-family: 'Font Awesome 5 Brands'; font-family: 'Font Awesome 6 Brands';
} }
@elseif ($category == solid) { @elseif ($category == solid) {
font-family: 'Font Awesome 5 Pro'; font-family: 'Font Awesome 6 Free';
font-weight: 900; font-weight: 900;
} }
@else { @else {
font-family: 'Font Awesome 5 Pro'; font-family: 'Font Awesome 6 Free';
font-weight: 400; font-weight: 400;
} }
@ -75,4 +75,4 @@
@return url("data:image/svg+xml;charset=utf8,#{$svg}"); @return url("data:image/svg+xml;charset=utf8,#{$svg}");
} }