@font-face {
  font-family:myfont;
  src: url('yekanplus.TTF');
}
@font-face {
  font-family:myfontbold;
  src: url('Samim-Bold.woff');
}

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;700&display=swap');


@font-face {
    font-family: 'Yekan';
    src: url('/assest/font/yekanplus.TTF');
}

.en{
    font-family: 'Rajdhani'!important;
}

.fa {
    font-family: 'Yekan'!important;
}