Remove use of font awesome CDN. - #825
Merged
Merged
Conversation
freakboy3742
marked this pull request as draft
September 13, 2026 11:00
freakboy3742
force-pushed
the
remove-fa-cdn
branch
from
September 14, 2026 02:30
b4e4e19 to
1629188
Compare
kattni
approved these changes
Sep 14, 2026
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.
Extension of beeware/beeware-docs-tools#273.
I've just received a notification that we've exceeded our monthly page loads for the Font Awesome pack. Material theme includes baked-in Font Awesome icons, so we don't need to use the CDN content to serve them, removing something we need to pay for from our stack.
The Material theme handles most of this transparently; however, there was one reference to a
github_iconthat doesn't appear to be used anywhere, and the Team page used CDN-based references for email/Mastodon/gender icons. This modifies thefa()macro to use direct embedding of the Material-provided SVGs instead.Marked ready for review; it currently points at the under-review branch of docs-tools, which needs to be landed, then the final commit on this PR reverted before landing.
PR Checklist:
Assisted-by: Claude Sonnet 5