@font-face {
	font-family: 'ROCK';
	src: url('./ROCK.eot');
	src: local('ROCK'), url('./ROCK.woff') format('woff'), url('./ROCK.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_7691">Text with this font applied</p> */
.fontsforweb_fontid_7691 {
	font-family: 'ROCK' !important;
}

/* Font downloaded from FontsForWeb.com */

/*Nadia Serif*/
@font-face {
    font-family: 'nadia_serifnormal';
    src: url('nadia_serif-webfont.eot');
    src: url('nadia_serif-webfont.eot?#iefix') format('embedded-opentype'),
         url('nadia_serif-webfont.woff') format('woff'),
         url('nadia_serif-webfont.ttf') format('truetype'),
         url('nadia_serif-webfont.svg#nadia_serifnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}