update assets part 1

This commit is contained in:
2022-11-23 08:54:40 +00:00
parent f75cdcdae7
commit c2f3feb9b7
961 changed files with 55311 additions and 51369 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.2.0 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,8 @@
@import 'variables';
:root, :host {
--#{$fa-css-prefix}-font-regular: normal 400 1em/1 "#{ $fa-style-family }";
--#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';
--#{$fa-css-prefix}-font-regular: normal 400 1em/1 '#{ $fa-style-family }';
}
@font-face {
@@ -21,6 +22,5 @@
.far,
.#{$fa-css-prefix}-regular {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}