Update Font Awesome from 6.6.0 to 7.2.0#243
Merged
RachelRVasquez merged 3 commits intostrangerstudios:devfrom Apr 1, 2026
Merged
Update Font Awesome from 6.6.0 to 7.2.0#243RachelRVasquez merged 3 commits intostrangerstudios:devfrom
RachelRVasquez merged 3 commits intostrangerstudios:devfrom
Conversation
- Updated all.min.css to FA 7.2.0 - Updated webfonts (woff2 only — FA 7 drops .ttf) - Removed .ttf files (no longer shipped by FA 7) - Regenerated brand/regular/solid icon arrays from FA 7.2.0 metadata - Updated version string in functions.php Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Member
|
This looks good overall - I haven't tested it. But I will note that we lost the Added a commit to restore |
kimcoleman
approved these changes
Mar 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the theme’s bundled Font Awesome assets to v7.2.0 to keep icon rendering and the admin icon picker in sync with the upstream release.
Changes:
- Bumped the enqueued Font Awesome stylesheet version to 7.2.0.
- Replaced bundled Font Awesome
all.min.cssand updated webfonts to.woff2only (including v4 compatibility font). - Regenerated the
brand/regular/solidicon name arrays used by the theme.
Reviewed changes
Copilot reviewed 2 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
functions.php |
Updates the enqueued Font Awesome version string to 7.2.0. |
inc/font-awesome.php |
Replaces the icon-name arrays and keeps the merged “all icons” list behavior. |
font-awesome/css/all.min.css |
Updates bundled Font Awesome CSS to Free 7.2.0 and references .woff2 webfonts. |
font-awesome/webfonts/fa-brands-400.woff2 |
Updated brand font (woff2). |
font-awesome/webfonts/fa-regular-400.woff2 |
Updated regular font (woff2). |
font-awesome/webfonts/fa-solid-900.woff2 |
Updated solid font (woff2). |
font-awesome/webfonts/fa-v4compatibility.woff2 |
Adds/updates v4 compatibility font (woff2). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
all.min.csswith FA 7.2.0 version.ttffiles — woff2 has universal browser support).ttffiles no longer shipped by FA 7brand(550),regular(169), andsolid(1422) icon arrays ininc/font-awesome.phpfrom FA 7.2.0 metadatafunctions.phpfrom6.6.0to7.2.0Notes
fa,fas,far,fabclass prefixesfa-file-alt,fa-angle-left,fa-angle-right,fa-angle-down,fa-chevron-up) still exist in FA 7.2.0all.min.csshandles font-face declarations internallyTest plan
🤖 Generated with Claude Code