Skip to content

Instantly share code, notes, and snippets.

@pixelbart
Created June 5, 2020 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pixelbart/56eb811dc03476abd9ece5a848d1b572 to your computer and use it in GitHub Desktop.
Save pixelbart/56eb811dc03476abd9ece5a848d1b572 to your computer and use it in GitHub Desktop.
CSS: Use Font Awesome 5 Free and the correct font family
/**
* https://fontawesome.com/icons/long-arrow-alt-right?style=solid
*/
.long-arrow-alt-right:after {
content: "\f30b";
font-weight: 900;
font-family: "Font Awesome\ 5 Free";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment