Font Awesome

Skill Level: Intermediate

Font Awesome is a styling tool that minimizes time spent on creating image icons. You can simply call in a font item and style it with css.  

How to apply:

  1. View the source of a paragraph area
  2. Look up the font item on fontawesome.com in the search bar
  3. Paste the html calling the font item
  4. Style the item with CSS

Samples:

Styles

li a i.fa {
  padding-right: 10px;
}