@font-face {
    font-family: 'heart-hand';
    src: url('images/heart-hand.eot'); /* IE 9 Compatibility Mode */
    src: url('images/heart-hand.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
         url('images/heart-hand.woff2') format('woff2'), /* Firefox >= 3.6, any other modern browser */
         url('images/heart-hand.ttf') format('truetype'); /* Safari, Android, iOS */
}


.fi-heart-hand {
 	font-family: heart-hand;
	
 	font-style: normal;
 	font-weight: normal;
 	speak: none;
 	font-size: 36pt;
	line-height: 72pt;
	min-height: 95px;
	color: #666666;

 	display: inline-block;
 	text-decoration: inherit;
 	width: 1em;
 	text-align: center;
 	
 	/* For safety - reset parent styles, that can break glyph codes*/
 	font-variant: normal;
 	text-transform: none;
 	
 	/* Font smoothing */
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
}

.fi-space:before {
   content: "\20";
}
.fi-hand-heart:before {
   content: "\21";
}

