Skip to content

Instantly share code, notes, and snippets.

@sophiawzey
Created December 18, 2018 19:25
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 sophiawzey/1fce3427d0d0dab9060b5531d8075e93 to your computer and use it in GitHub Desktop.
Save sophiawzey/1fce3427d0d0dab9060b5531d8075e93 to your computer and use it in GitHub Desktop.
[Font Awesome Bullet Points] #font-awesome #scss
.content li:before {
font-family: "Font Awesome 5 Pro";
content: "\f00c";
margin: 0 7px 0 -26px;
color: #9a7ba3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment