@font-face {
    font-family: 'Nazanin';
    src: local('B Nazanin'), 
        local('BNazanin'),
        url('BNazanin.woff2') format('woff2'), 
        url('BNazanin.woff') format('woff'), 
        url('BNazanin.ttf') format('truetype');
    font-weight: 400;
    font-stretch: normal;
    /*font-style: normal;*/
}

@font-face {
    font-family: 'Nazanin';
    src: local('B Nazanin Bold'), 
        local('BNazanin-Bold'),
        url('BNaznnBd.woff2') format('woff2'), 
        url('BNaznnBd.woff') format('woff'), 
        url('BNaznnBd.ttf') format('truetype');
    font-weight: 700;
    font-stretch: normal;
    /*font-style: normal;*/
}
@font-face {
	font-family: 'Yekan';
	src: url('../font/Yekan.eot'); /* IE9 Compat Modes */
	src: url('../font/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../font/Yekan.woff') format('woff'), /* Pretty Modern Browsers */
		url('../font/Yekan.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../font/Yekan.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Vazir';
	src: url('../font/vazir.eot'); /* IE9 Compat Modes */
	src: url('../font/vazir.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../font/vazir.woff') format('woff'), /* Pretty Modern Browsers */
		url('../font/vazir.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../font/Yekan.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Code39';
    src: url('../font/Code39Regular.eot');
    src: local('Code39 Regular'), local('Code39Regular'),
        url('../font/Code39Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Code39Regular.woff2') format('woff2'),
        url('../font/Code39Regular.woff') format('woff'),
        url('../font/Code39Regular.ttf') format('truetype'),
        url('../font/Code39Regular.svg#Code39Regular') format('svg');
    font-weight: 100;
    font-style: normal;
}
