@font-face {
    font-family: 'Custom';
    src: url('./roboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YourCustomFont';
    src: url('./font.ttf') format('truetype');
    font-weight: normal; /* Adjust as needed */
    font-style: normal;  /* Adjust as needed */
  }