@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'FontAwesome';
        src: url('fontawesome-webfont.svg#fontawesomeregular') format('svg');
    }
	@font-face {
	font-family: 'RageItalic';
	src: url('./RageItalic.eot');
	src: local('RageItalic'), url('./RageItalic.woff') format('woff'), url('./RageItalic.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_17763">Text with this font applied</p> */
.fontsweb {
	font-family: 'RageItalic' !important;
}
}