@font-face {
  font-family: 'rtl-font';
    src: url('./yekan_font.ttf');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: rtl-font;
}
