@font-face {
    font-family: 'normalfont';
    font-style: normal;
    font-weight: 400;
  	src: url('../fonts/ttf/iranyekanwebregularfanum.ttf') format('truetype');
    font-display: swap;
  }
   
  @font-face {
    font-family: 'boldfont';
    font-style: normal;
    font-weight: 800;
   src: url('../fonts/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
    font-display: swap;
  
  
   
  }
  .font-b{
    font-family: 'boldfont';
  } .font-n{
    font-family: 'normalfont';
  }