/* change 'arial' font with another local font */

/**@font-face {
    font-family: 'yekan';
    src: url('../font/yekanweb/YekanWeb-Regular.eot');
    src: url('../font/yekanweb/YekanWeb-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/yekanweb/YekanWeb-Regular.woff') format('woff'),
         url('../font/yekanweb/YekanWeb-Regular.ttf') format('truetype'),
         url('../font/yekanweb/YekanWeb-Regular.svg#Sri-TSCRegular') format('svg');
    src: url('../font/yekanweb/YekanWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}**/
@font-face {
    font-style: normal;
    font-weight: normal;
    font-family: "IranSans";
    src: url('../font/iransans/IRANSansWeb.woff') format('woff');
    src: url('../font/iransans/IRANSansWeb.woff2') format('woff2');
}
body, #page {
    font-family: 'IranSans', 'tahoma';
    font-size: 14px;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.price,.price.product-price, .old-price, .product-price, .price-percent-reduction, .our_price_display, #reduction_percent_display, #old_price_display, .price-discount,
#cart_summary tfoot td.total_price_container span,
#cart_summary tfoot td#total_price_container {
    font-family: 'IranSans', 'tahoma';
}
#home-page-tabs > li a, .block .title_block, .block h4, .page-heading, .page-subheading,
h3.page-product-heading, .footer-container #footer h4, .cart_voucher h4, #pagenotfound .pagenotfound h1,
#pagenotfound .pagenotfound p, #facebook_block h4, #cmsinfo_block h3, #center_column .page_product_box h3, #instant_search_results a.close, .page-heading span.heading-counter,
.block .products-block .price-percent-reduction, .sale-label, .new-label,
.price-percent-reduction.small, .button.lnk_view, .button.ajax_add_to_cart_button,
.button.button-small {
    font-family: 'IranSans', 'tahoma';
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'IranSans', 'tahoma' !important;
    zoom: 90%;
}