Skip to content

Commit 2d4cd58

Browse files
committed
deploy: 66c7956
1 parent e2e59ba commit 2d4cd58

File tree

2,123 files changed

+223868
-138008
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,123 files changed

+223868
-138008
lines changed

fa/css/all.css

Lines changed: 5140 additions & 7714 deletions
Large diffs are not rendered by default.

fa/css/all.min.css

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

fa/css/brands.css

Lines changed: 1022 additions & 1414 deletions
Large diffs are not rendered by default.

fa/css/brands.min.css

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

fa/css/fontawesome.css

Lines changed: 4091 additions & 6237 deletions
Large diffs are not rendered by default.

fa/css/fontawesome.min.css

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

fa/css/regular.css

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
/*!
2-
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
* Copyright 2022 Fonticons, Inc.
55
*/
6-
:root,
7-
:host {
8-
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
9-
}
6+
:root, :host {
7+
--fa-style-family-classic: 'Font Awesome 6 Free';
8+
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }
109

1110
@font-face {
12-
font-family: "Font Awesome 6 Free";
11+
font-family: 'Font Awesome 6 Free';
1312
font-style: normal;
1413
font-weight: 400;
1514
font-display: block;
16-
src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
17-
url("../webfonts/fa-regular-400.ttf") format("truetype");
18-
}
15+
src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
1916

2017
.far,
2118
.fa-regular {
22-
font-family: "Font Awesome 6 Free";
23-
font-weight: 400;
24-
}
19+
font-weight: 400; }

fa/css/regular.min.css

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/*!
2-
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
* Copyright 2022 Fonticons, Inc.
55
*/
6-
:host,
7-
:root {
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"),
16-
url(../webfonts/fa-regular-400.ttf) format("truetype");
17-
}
18-
.fa-regular,
19-
.far {
20-
font-family: "Font Awesome 6 Free";
21-
font-weight: 400;
22-
}
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}

fa/css/solid.css

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
/*!
2-
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
* Copyright 2022 Fonticons, Inc.
55
*/
6-
:root,
7-
:host {
8-
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
9-
}
6+
:root, :host {
7+
--fa-style-family-classic: 'Font Awesome 6 Free';
8+
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
109

1110
@font-face {
12-
font-family: "Font Awesome 6 Free";
11+
font-family: 'Font Awesome 6 Free';
1312
font-style: normal;
1413
font-weight: 900;
1514
font-display: block;
16-
src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
17-
url("../webfonts/fa-solid-900.ttf") format("truetype");
18-
}
15+
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
1916

2017
.fas,
2118
.fa-solid {
22-
font-family: "Font Awesome 6 Free";
23-
font-weight: 900;
24-
}
19+
font-weight: 900; }

fa/css/solid.min.css

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/*!
2-
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
* Copyright 2022 Fonticons, Inc.
55
*/
6-
:host,
7-
:root {
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"),
16-
url(../webfonts/fa-solid-900.ttf) format("truetype");
17-
}
18-
.fa-solid,
19-
.fas {
20-
font-family: "Font Awesome 6 Free";
21-
font-weight: 900;
22-
}
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)