@font-face {
    font-family: 'Yekan';
    src: url('../fonts/yekanweb-regular.eot');
    src: url('../fonts/yekanweb-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/yekanweb-regular.woff') format('woff'),
        url('../fonts/yekanweb-regular.ttf') format('truetype'),
        url('../fonts/yekanweb-regular.svg#yekanweb-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'YekanNumbers';
    src: url('../fonts/yekannumbers-regular.eot');
    src: url('../fonts/yekannumbers-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/yekannumbers-regular.woff') format('woff'),
        url('../fonts/yekannumbers-regular.ttf') format('truetype'),
        url('../fonts/yekannumbers-regular.svg#yekannumbers-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.yekan{
    font-family: Yekan,YekanNumbers;
}
body *{
    font-family: Yekan,YekanNumbers;
}