Skip to content

Commit 51f3348

Browse files
Update FontAwesome from 6.7.1 to 6.7.2. (#949)
### Prerequisites Put an `x` into the box(es) that apply: - [x] This pull request fixes a bug. - [ ] This pull request adds a feature. - [ ] This pull request introduces breaking change. ### Description Bugfix release of FontAwesome. Files unpacked (unmodified) from the release archive on their website. This drastically reduces the CSS size compared to the prior releases in the 6.7 branch due to the removal of the broken (non-free) duotone code generated from the SCSS. https://fontawesome.com/changelog ### Issues Resolved None ### Checklist Put an `x` into the box(es) that apply: #### General - [x] Describe what changes are being made - [x] Explain why and how the changes were necessary and implemented respectively - [ ] Reference issue with `#<ISSUE_NO>` if applicable #### Resources - [x] If you have changed any SCSS code, run `make release` to regenerate all CSS files #### Contributors - [ ] Add yourself to `CONTRIBUTORS.md` if you aren't on it already Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
1 parent 7130ac0 commit 51f3348

19 files changed

+12
-27
lines changed

assets/scss/font-awesome/_core.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
.#{$fa-css-prefix}-solid::before,
2929
.#{$fa-css-prefix}-regular::before,
3030
.#{$fa-css-prefix}-brands::before,
31-
.fa::before {
31+
.#{$fa-css-prefix}::before {
3232
content: var(#{$fa-icon-property});
3333
}
3434

assets/scss/font-awesome/_icons.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ readers do not read off random characters that represent icons */
77
@each $name, $icon in $fa-icons {
88
.#{$fa-css-prefix}-#{$name} {
99
#{$fa-icon-property}: unquote("\"#{ $icon }\"");
10-
#{$fa-duotone-icon-property}: unquote("\"#{$icon}#{$icon}\"");
1110
}
1211
}
1312

assets/scss/font-awesome/brands.scss

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

assets/scss/font-awesome/fontawesome.scss

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

assets/scss/font-awesome/regular.scss

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

assets/scss/font-awesome/solid.scss

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

assets/scss/font-awesome/v4-shims.scss

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

resources/_gen/assets/scss/coder-dark.scss_e229566deac2466dcd73d10d2fe9546d.content

Lines changed: 0 additions & 1 deletion
This file was deleted.

resources/_gen/assets/scss/coder-dark.scss_e229566deac2466dcd73d10d2fe9546d.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

resources/_gen/assets/scss/coder.scss_3309bf5eef245954e39c3edadcf84268.content

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

0 commit comments

Comments
 (0)