@font-face {
    font-family: IRANSANS;
    src: url(/ThemeResources/fonts/iransans/IRANSansWebNum_Light.woff) format('woff'), url(/ThemeResources/fonts/iransans/IRANSansWebNum_Light.ttf) format('truetype');
    font-style: normal
}

@font-face {
    font-family: 'IRANSANS BOLD';
    src: url(/ThemeResources/fonts/iransans/IRANSansWebNum_Bold.woff) format('woff'), url(/ThemeResources/fonts/iransans/IRANSansWebNum_Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}
body,
html {
    font-family: IRANSANS
}