diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2024-02-20 21:17:01 +0100 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2024-02-20 22:13:53 +0100 |
commit | 0effd40bad7ae753102e7040159afd76be4e8732 (patch) | |
tree | 20c80821ba637a395d8874414e00f4d120a837ea /fontawesome-6.5.1/css/solid.css | |
parent | 42f538cc66546997a166dbe67e489c9afabbb908 (diff) |
browse: http page
Diffstat (limited to 'fontawesome-6.5.1/css/solid.css')
-rw-r--r-- | fontawesome-6.5.1/css/solid.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/fontawesome-6.5.1/css/solid.css b/fontawesome-6.5.1/css/solid.css new file mode 100644 index 0000000..8da74af --- /dev/null +++ b/fontawesome-6.5.1/css/solid.css @@ -0,0 +1,19 @@ +/*! + * Font Awesome Free 6.5.1 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 2023 Fonticons, Inc. + */ +:root, :host { + --fa-style-family-classic: 'Font Awesome 6 Free'; + --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; } + +@font-face { + font-family: 'Font Awesome 6 Free'; + font-style: normal; + font-weight: 900; + font-display: block; + src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } + +.fas, +.fa-solid { + font-weight: 900; } |