Skip to content

Instantly share code, notes, and snippets.

@bacoords
Last active April 18, 2024 19:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bacoords/3b635cf700df229fec034716c4172b76 to your computer and use it in GitHub Desktop.
Save bacoords/3b635cf700df229fec034716c4172b76 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