npm upgrade + bump fontawesome version.

This commit is contained in:
Miroslav Šedivý
2022-05-14 18:13:56 +02:00
parent 072d294468
commit c497b7325f
5 changed files with 21 additions and 21 deletions

View File

@ -2,7 +2,7 @@
@use "sass:math";
$fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
$fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
$fa-font-size-base: 16px;
$fa-font-display: auto;
$fa-css-prefix: fa;
@ -13,7 +13,7 @@ $fa-fw-width: math.div(20em, 16);
$fa-primary-opacity: 1;
$fa-secondary-opacity: .4;
$fa-family-default: 'Font Awesome 5 Free';
$fa-family-default: 'Font Awesome 6 Free';
// Import FA source files
@import "~@fortawesome/fontawesome-free/scss/brands";