@font-face {
    font-family: "yekan";
    src: url('../fonts/yekan.ttf') format('truetype'),
        url('../fonts/yekan.eot?#iefix') format('embedded-opentype');
      }

@font-face {
    font-family: "iranian-sans";
    src: url("../fonts/Iranian-Sans.ttf") format("truetype");
  }

  @font-face {
    font-family: "blabeloo";
    src: url("../fonts/blabeloo.ttf") format("truetype");
  }

  h1,h2,h3,h4{
    font-family: blabeloo;
  }

  p,a,li{
    font-family: yekan;
  }

