Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
20 changes: 16 additions & 4 deletions css/all.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down Expand Up @@ -35,10 +35,21 @@
.fa-brands,
.fa-classic,
.fa)::before {
content: var(--fa);
content: var(--fa)/"";
}

@supports not (content: ""/"") {
:is(.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fa)::before {
content: var(--fa);
}
}
.fa-1x {
font-size: 1em;
}
Expand Down Expand Up @@ -390,10 +401,11 @@

.fa-stack-1x,
.fa-stack-2x {
left: 0;
--fa-width: 100%;
inset: 0;
position: absolute;
text-align: center;
width: 100%;
width: var(--fa-width);
z-index: var(--fa-stack-z-index, auto);
}

Expand Down
4 changes: 2 additions & 2 deletions css/all.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/brands.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion css/brands.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions css/fontawesome.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down Expand Up @@ -35,10 +35,21 @@
.fa-brands,
.fa-classic,
.fa)::before {
content: var(--fa);
content: var(--fa)/"";
}

@supports not (content: ""/"") {
:is(.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fa)::before {
content: var(--fa);
}
}
.fa-1x {
font-size: 1em;
}
Expand Down Expand Up @@ -390,10 +401,11 @@

.fa-stack-1x,
.fa-stack-2x {
left: 0;
--fa-width: 100%;
inset: 0;
position: absolute;
text-align: center;
width: 100%;
width: var(--fa-width);
z-index: var(--fa-stack-z-index, auto);
}

Expand Down
4 changes: 2 additions & 2 deletions css/fontawesome.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/regular.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion css/regular.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion css/solid.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion css/solid.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down
13 changes: 6 additions & 7 deletions css/svg-with-js.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down Expand Up @@ -534,21 +534,20 @@
}

.svg-inline--fa.fa-stack-1x {
--fa-width: 1.25em;
height: 1em;
width: 1.25em;
width: var(--fa-width);
}
.svg-inline--fa.fa-stack-2x {
--fa-width: 2.5em;
height: 2em;
width: 2.5em;
width: var(--fa-width);
}

.fa-stack-1x,
.fa-stack-2x {
bottom: 0;
left: 0;
inset: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
z-index: var(--fa-stack-z-index, auto);
}
4 changes: 2 additions & 2 deletions css/svg-with-js.min.css

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions css/svg.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down Expand Up @@ -172,11 +172,8 @@

.fa-stack-1x,
.fa-stack-2x {
bottom: 0;
left: 0;
inset: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
z-index: var(--fa-stack-z-index, auto);
}
4 changes: 2 additions & 2 deletions css/svg.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/v4-font-face.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion css/v4-font-face.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/v4-shims.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion css/v4-shims.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/v5-font-face.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down
2 changes: 1 addition & 1 deletion css/v5-font-face.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node": ">=6"
},
"dependencies": {},
"version": "7.0.0",
"version": "7.0.1",
"name": "@fortawesome/fontawesome-common-types",
"license": "MIT",
"types": "./index.d.ts"
Expand Down
20 changes: 16 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/css/all.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 7.0.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 2025 Fonticons, Inc.
*/
Expand Down Expand Up @@ -35,10 +35,21 @@
.fa-brands,
.fa-classic,
.fa)::before {
content: var(--fa);
content: var(--fa)/"";
}

@supports not (content: ""/"") {
:is(.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fa)::before {
content: var(--fa);
}
}
.fa-1x {
font-size: 1em;
}
Expand Down Expand Up @@ -390,10 +401,11 @@

.fa-stack-1x,
.fa-stack-2x {
left: 0;
--fa-width: 100%;
inset: 0;
position: absolute;
text-align: center;
width: 100%;
width: var(--fa-width);
z-index: var(--fa-stack-z-index, auto);
}

Expand Down
Loading