use only brands and solid icons from fontawesome and update assets

This commit is contained in:
2022-04-20 20:10:14 +00:00
parent 16f30cbd36
commit a85ef4df44
6107 changed files with 21606 additions and 9647 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
@@ -7,7 +7,7 @@
@import 'variables';
:root, :host {
--#{ $fa-css-prefix }-font-regular: normal 400 1em/1 "#{ $fa-style-family }";
--#{$fa-css-prefix}-font-regular: normal 400 1em/1 "#{ $fa-style-family }";
}
@font-face {
@@ -20,7 +20,7 @@
}
.far,
.fa-regular {
.#{$fa-css-prefix}-regular {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}