Skip to content

Commit e8a7015

Browse files
authored
Add files via upload
1 parent 2b99a2b commit e8a7015

18 files changed

+18782
-0
lines changed

font-awesome/css/all.css

Lines changed: 7937 additions & 0 deletions
Large diffs are not rendered by default.

font-awesome/css/all.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

font-awesome/css/brands.css

Lines changed: 1516 additions & 0 deletions
Large diffs are not rendered by default.

font-awesome/css/brands.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

font-awesome/css/fontawesome.css

Lines changed: 6360 additions & 0 deletions
Large diffs are not rendered by default.

font-awesome/css/fontawesome.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

font-awesome/css/regular.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*!
2+
* Font Awesome Free 6.2.0 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 2022 Fonticons, Inc.
5+
*/
6+
:root, :host {
7+
--fa-style-family-classic: 'Font Awesome 6 Free';
8+
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }
9+
10+
@font-face {
11+
font-family: 'Font Awesome 6 Free';
12+
font-style: normal;
13+
font-weight: 400;
14+
font-display: block;
15+
src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
16+
17+
.far,
18+
.fa-regular {
19+
font-weight: 400; }

font-awesome/css/regular.min.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*!
2+
* Font Awesome Free 6.2.0 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 2022 Fonticons, Inc.
5+
*/
6+
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}

font-awesome/css/solid.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*!
2+
* Font Awesome Free 6.2.0 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 2022 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; }

font-awesome/css/solid.min.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*!
2+
* Font Awesome Free 6.2.0 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 2022 Fonticons, Inc.
5+
*/
6+
:host,:root{--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")}.fa-solid,.fas{font-weight:900}

0 commit comments

Comments
 (0)