@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff/IRANSansX-Bold.woff') format('woff'),   
    url('../fonts/woff2/IRANSansX-Bold.woff2') format('woff2');	 
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff/IRANSansX-Regular.woff') format('woff'),   
    url('../fonts/woff2/IRANSansX-Regular.woff2') format('woff2');	
}

body {
    font-family: 'IRANSansX';
}