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

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

*{
    font-family: 'IRANSansX', Tahoma, Arial, sans-serif;
}
