updates to 6.5.2

This commit is contained in:
Cristóbal Palmer 2024-06-20 13:28:34 -04:00
parent b7e0b32909
commit e4313877cd
11 changed files with 6932 additions and 6733 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,10 +1,11 @@
/*! /*!
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc. * Copyright 2024 Fonticons, Inc.
*/ */
:root, :host { :root, :host {
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; } --fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
@font-face { @font-face {
font-family: 'Font Awesome 6 Free'; font-family: 'Font Awesome 6 Free';
@ -15,5 +16,4 @@
.fas, .fas,
.fa-solid { .fa-solid {
font-family: 'Font Awesome 6 Free';
font-weight: 900; } font-weight: 900; }