Skip to content

Commit b476ed9

Browse files
Release 7.0.1 (#20792)
Co-authored-by: robmadole <[email protected]>
1 parent c482aa2 commit b476ed9

File tree

11,424 files changed

+47134
-33878
lines changed

Some content is hidden

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

11,424 files changed

+47134
-33878
lines changed

css/all.css

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
55
*/
@@ -35,10 +35,21 @@
3535
.fa-brands,
3636
.fa-classic,
3737
.fa)::before {
38-
content: var(--fa);
3938
content: var(--fa)/"";
4039
}
4140

41+
@supports not (content: ""/"") {
42+
:is(.fas,
43+
.far,
44+
.fab,
45+
.fa-solid,
46+
.fa-regular,
47+
.fa-brands,
48+
.fa-classic,
49+
.fa)::before {
50+
content: var(--fa);
51+
}
52+
}
4253
.fa-1x {
4354
font-size: 1em;
4455
}
@@ -390,10 +401,11 @@
390401

391402
.fa-stack-1x,
392403
.fa-stack-2x {
393-
left: 0;
404+
--fa-width: 100%;
405+
inset: 0;
394406
position: absolute;
395407
text-align: center;
396-
width: 100%;
408+
width: var(--fa-width);
397409
z-index: var(--fa-stack-z-index, auto);
398410
}
399411

css/all.min.css

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

css/brands.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
55
*/

css/brands.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/fontawesome.css

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
55
*/
@@ -35,10 +35,21 @@
3535
.fa-brands,
3636
.fa-classic,
3737
.fa)::before {
38-
content: var(--fa);
3938
content: var(--fa)/"";
4039
}
4140

41+
@supports not (content: ""/"") {
42+
:is(.fas,
43+
.far,
44+
.fab,
45+
.fa-solid,
46+
.fa-regular,
47+
.fa-brands,
48+
.fa-classic,
49+
.fa)::before {
50+
content: var(--fa);
51+
}
52+
}
4253
.fa-1x {
4354
font-size: 1em;
4455
}
@@ -390,10 +401,11 @@
390401

391402
.fa-stack-1x,
392403
.fa-stack-2x {
393-
left: 0;
404+
--fa-width: 100%;
405+
inset: 0;
394406
position: absolute;
395407
text-align: center;
396-
width: 100%;
408+
width: var(--fa-width);
397409
z-index: var(--fa-stack-z-index, auto);
398410
}
399411

css/fontawesome.min.css

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

css/regular.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
55
*/

css/regular.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
55
*/

css/solid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
55
*/

css/solid.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
55
*/

0 commit comments

Comments
 (0)