@font-face {
  font-family: 'Golane';
  src: url('Golane-Regular.ttf') format('truetype'),/* Older browsers */
       url('Golane-Regular.otf') format('opentype');/* Legacy support */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Better performance */
}

/* Example usage */
body {
  font-family: 'Golane', sans-serif;
}