Skip to content

Instantly share code, notes, and snippets.

@crumina
Forked from bacoords/twitter-font-awesome-4.css
Created January 13, 2024 03:03
Show Gist options
  • Save crumina/b0929b0e7cd36968ff9deed17177518f to your computer and use it in GitHub Desktop.
Save crumina/b0929b0e7cd36968ff9deed17177518f to your computer and use it in GitHub Desktop.
Update the Twitter / X Icon in Font Awesome 4
.fa.fa-twitter{
font-family:sans-serif;
}
.fa.fa-twitter::before{
content:"𝕏";
font-size:1.2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment