frankyonnetti
1/21/2016 - 8:51 PM

#fonts #css use font-awesome in CSS (background image)

Fonts - use font-awesome 4.x in CSS #fonts #css

.mytextwithicon {
  position: relative;
}    
.mytextwithicon:before {
  font-family: FontAwesome;
  content: "\f069";
  position:absolute;
  left: -5px;
  top:0;
}