Replace Font Awesome kit with inline SVG icons and remove blocking script#5
Closed
tobybeevers wants to merge 1 commit intomainfrom
Closed
Replace Font Awesome kit with inline SVG icons and remove blocking script#5tobybeevers wants to merge 1 commit intomainfrom
tobybeevers wants to merge 1 commit intomainfrom
Conversation
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.
Motivation
Description
my_links.html,my_blog.html, andpersonal_development.html, plus the kit script included in top-level pages and blog templates; the kit script tag was removed from those pages (index.html,my_links.html,my_blog.html,personal_development.html,my_early_years.html,career_change.html, andBlog-Posts/*).<i class="fa-...">elements with inline<svg>markup for each required symbol inmy_links.html,my_blog.html, andpersonal_development.htmlso only the needed icons are loaded.css/styles.css(.inline-iconand.inline-icon--xl).Testing
rg -n "kit.fontawesome|fa-|fontawesome"to verify kit/script and<i class="fa-references were removed, and the search returned no remaining kit references (success).python -m http.server 4173and loadedhttp://127.0.0.1:4173/my_links.htmlto visually validate icon rendering (success).Codex Task