@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	src: url('/fonts/IRANYekanWebRegular.eot');
	src: url('/fonts/IRANYekanWebRegular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/fonts/IRANYekanXFaNum-Regular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/fonts/IRANYekanXFaNum-Regular.ttf') format('truetype');
		 font-display: fallback;

}

/* اعمال فونت روی کل صفحه */
body, html, * {
    font-family: 'iranyekan', sans-serif !important;
}