Skip to content

jquery: Update Twitter to x#488

Closed
HermitShamiko wants to merge 5 commits intojquery:mainfrom
HermitShamiko:FontAwesome
Closed

jquery: Update Twitter to x#488
HermitShamiko wants to merge 5 commits intojquery:mainfrom
HermitShamiko:FontAwesome

Conversation

@HermitShamiko
Copy link
Contributor

@HermitShamiko HermitShamiko commented Feb 20, 2026

Twitter was renamed to X back in March 2023. This draft attempts to update the jQuery site's Twitter account to X, including the icon and link.
Since jQuery uses Font Awesome 3.0.2, which does not include the x-twitter icon and is only supported in the latest 7.x version, I tried upgrading jQuery's Font Awesome from 3.0.2 to 7.2.0. Upon updating to version 7.2.0, I discovered that some icons had been removed or their Unicode had changed, and I updated accordingly.
The updated icon style is as follows:
footer(new):
T9VKZINJ()V} 9Z~C{MFTG
footer(old):
1
learn(new):
1REXK293N{Q7FAXU_TJZ @T
learn(old):
2

@HermitShamiko HermitShamiko marked this pull request as draft February 20, 2026 13:49
@HermitShamiko HermitShamiko deleted the FontAwesome branch February 20, 2026 15:07
Copy link
Member

@timmywil timmywil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this! While you're making changes here, could you add a link to jQuery's mastodon? https://social.lfx.dev/@jquery

font-family: "FontAwesome";
src: url("../lib/FontAwesome/fontawesome-webfont.woff2") format("woff2"),
url("../lib/FontAwesome/fontawesome-webfont.woff") format("woff");
src: url("../lib/FontAwesome/fa-brands-400.woff2") format("woff2");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to keep woff in there as well. We still get some traffic from early IE versions and technically jQuery 4.0 still supports IE11.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I think that should be fine. I just noticed that issue #455 mentions changing FontAwesome to SVG icons. I plan to launch a new pull later using SVG instead of FontAwesome.

* Original Font Awesome 3.0.2 by Dave Gandy
* Email: dave@fontawesome.io
* Twitter: http://twitter.com/davegandy
*/ No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add newline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants