Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Created June 28, 2019 15:09
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 ScarletPonytail/ad2bc4a82ec3e7e40b8e0bb3c727574b to your computer and use it in GitHub Desktop.
Save ScarletPonytail/ad2bc4a82ec3e7e40b8e0bb3c727574b to your computer and use it in GitHub Desktop.
/* https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements */
h2::before {
font-family: "Font Awesome 5 Free";
font-weight: 800;
content: "\f007";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment