update assets part 4

This commit is contained in:
2022-11-23 08:56:53 +00:00
parent e019ec9965
commit c609e7de5b
1000 changed files with 61162 additions and 55998 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;
}