/* Your custom css code goes here */
@font-face {
	font-family: 'FrizQuadrataRegular';
	src: url('./FrizQuadratRegularFriz/QuadrataRegular.eot');
	src: local('FrizQuadrataRegular'), url('./FrizQuadratRegular/FrizQuadrataRegular.woff') format('woff'), url('./FrizQuadratRegularFriz/QuadrataRegular.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_12912">Text with this font applied</p> */
.fontsforweb_fontid_12912 {
	font-family: 'FrizQuadrataRegular' !important;
}

/* Font downloaded from FontsForWeb.com */
<style type="text/css">
		/* when @font-face is defined(it is in font.css) you can add the font to any rule by using font-family */
		h2 {
			font-family: 'FrizQuadrataRegular';
		}
		</style>