@font-face {
    font-family: 'IranianSansBold';
        src: url('../font/IranianSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
      }

@font-face {
    font-family: 'IranianSansRegular';
        src: url('../font/IranianSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }

 /* The following rules are deprecated. */ 

@font-face {
    font-family: 'Iranian Sans';
        src: url('../font/IranianSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
      }



@font-face {
    font-family: 'Iranian Sans';
        src: url('../font/IranianSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }

