@font-face {
    font-family: yekan;
    src: url('../font/yekan-regular.eot');
    src: url('../font/yekan-regular.eot?#iefix') format('FontName-opentype'),
         url('../font/yekan-regular.woff') format('woff'),
         url('../font/yekan-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  body{
    font-family: yekan;
  }