This commit is contained in:
Cristóbal M. Palmer 2024-06-20 13:31:57 -04:00 committed by GitHub
commit 420bf3e14a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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; }