@font-face {
    font-family: 'h24-icon';
    src: url('h24icon-webfont.eot');
    src: url('h24icon-webfont.eot#iefix') format('embedded-opentype'),
         url('h24icon-webfont.woff') format('woff'),
         url('h24icon-webfont.ttf') format('truetype'),
         url('h24icon-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} 

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'h24-icon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.h24_icon_right_space {
	padding-right: 0.5em;
}
.h24_icon_left_space {
    padding-left: 0.5em;
}

.h24_icon_letterpress {
    /*.opacity(85);*/
    opacity: 0.85;
    filter: alpha(opacity=85);
    text-shadow: rgba(255,255,255,0.2) 0 .1em, rgba(0,0,0,0.4) -0.1em -0.1em;
}