@font-face {
    font-family: 'jameel';
    src: url('/font/jameel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  /* Applying the custom font */
  body {
    font-family: 'jameel';
  }
  