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.
I wanted a specific icon which was only made available in v5 of FontAwesome so I went ahead and upgraded the sitewide version.
With v5 there's no longer any need to keep the binary files locally, they are all loaded remotely, so this PR deletes all the local FA assets.InIn v5 the icons have been split fromlayouts/partials/header.html
I load the remote CSS.fa
intofas
(fontawesome solid) andfab
(fontawesome brands). There's a shim to ease transition to v5 but I just replaced all the selectors to point to the new icons so I am NOT loading the upgrade shim. Full v4 to v5 docs are here: https://fontawesome.com/how-to-use/upgrading-from-4I also wrote a help page on how to include icons. As a user I was not aware the theme loaded fontawesome before I really dug into the source code. It's only in English, sorry i don't speak French :)