﻿/**
*
*	Name:			IRANYekan Font
*	Version:		1.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 20, 2016
*	Updated on:		Dec 20, 2016
*	Website:		http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت ایران یکان یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRANYekan fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (NMW34)
--------------------------------------------------------------------------------------
*	
**/
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;  
    src:   url(iranyekanwebbold.woff) format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ 
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300; 
    src: url(iranyekanweblight.woff) format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/             
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal; 
    src:  url(iranyekanwebregular.woff) format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/                        
}

/* Latin fonts (Roboto) */

@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: bold; 
    src: url(robotobold.woff) format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/                 
}

@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: 300;
    src: url(robotolight.woff) format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/       
}

@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: normal;
    src: url(robotoregular.woff) format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/         
}


