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


.fi-dollar {
 	font-family: dollar;
	
 	font-style: normal;
 	font-weight: normal;
 	speak: none;
 	font-size: 20pt;
	line-height: 10pt;
	min-height: 10px;
	color: #99cc00;

 	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-dollar:before {
   content: "\21";
}
