From 76665e965b3bbf76e5045c88be9266e344a25d60 Mon Sep 17 00:00:00 2001 From: "Jens M. Sauer" Date: Sun, 28 Jul 2024 18:38:07 +0200 Subject: [PATCH] Use FA 6 Free --- assets/sass/components/_icon.scss | 4 ++-- assets/sass/libs/_mixins.scss | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/sass/components/_icon.scss b/assets/sass/components/_icon.scss index bc1e943..8312cc5 100644 --- a/assets/sass/components/_icon.scss +++ b/assets/sass/components/_icon.scss @@ -29,7 +29,7 @@ &.brands { &:before { - font-family: 'Font Awesome 5 Brands'; + font-family: 'Font Awesome 6 Brands'; } } @@ -94,4 +94,4 @@ } } - @include color-icon; \ No newline at end of file + @include color-icon; diff --git a/assets/sass/libs/_mixins.scss b/assets/sass/libs/_mixins.scss index 480b558..a3b2a84 100644 --- a/assets/sass/libs/_mixins.scss +++ b/assets/sass/libs/_mixins.scss @@ -22,14 +22,14 @@ text-transform: none !important; @if ($category == brands) { - font-family: 'Font Awesome 5 Brands'; + font-family: 'Font Awesome 6 Brands'; } @elseif ($category == solid) { - font-family: 'Font Awesome 5 Pro'; + font-family: 'Font Awesome 6 Free'; font-weight: 900; } @else { - font-family: 'Font Awesome 5 Pro'; + font-family: 'Font Awesome 6 Free'; font-weight: 400; } @@ -75,4 +75,4 @@ @return url("data:image/svg+xml;charset=utf8,#{$svg}"); -} \ No newline at end of file +}