Use FA 6 Free
This commit is contained in:
parent
af86df5bb8
commit
76665e965b
@ -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;
|
||||||
|
|||||||
@ -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}");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user