I <span class="entypo-heart"></span> you.
@font-face {
font-family: 'entypo';
src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-90/entypo.woff') format('woff');
}
.entypo-heart:before{
content:"\2665";
}
body {
background: #333;
color: #fff;
font-family: 'Archivo Black', sans-serif;
font-size: 3em;
margin-top: 1em;
text-align: center;
text-transform: uppercase;
}
[class*="entypo-"]:before {
font-family: 'entypo', sans-serif;
color: red;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.