| 1 |
/*! |
| 2 |
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com |
| 3 |
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
| 4 |
* Copyright 2023 Fonticons, Inc. |
| 5 |
*/ |
| 6 |
:root, :host { |
| 7 |
--fa-style-family-classic: 'Font Awesome 6 Free'; |
| 8 |
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; } |
| 9 |
|
| 10 |
@font-face { |
| 11 |
font-family: 'Font Awesome 6 Free'; |
| 12 |
font-style: normal; |
| 13 |
font-weight: 900; |
| 14 |
font-display: block; |
| 15 |
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } |
| 16 |
|
| 17 |
.fas, |
| 18 |
.fa-solid { |
| 19 |
font-weight: 900; } |
| 20 |
|