@font-face {
    font-family: IranYekan;
    font-style: normal;
	font-weight: normal;
    src: url("../fonts/regular.ttf") format("truetype");
  }
  
@font-face {
    font-family: IranYekan;
    font-style: normal;
	font-weight: bold;
    src: url("../fonts/bold.ttf") format("truetype");
}
  
@font-face {
    font-family: IranYekan;
    font-style: normal;
	font-weight: 300;
    src: url("../fonts/light.ttf") format("truetype");
}