@font-face {
  font-family: 'Hastag';
  src: url('second/Hastag.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Example usage */
body {
  font-family: 'Hastag', sans-serif;
}
