@font-face {
  font-family: 'Myfont';
  font-display: swap;
  src: url('../fonts/MSYHMONO.ttf');
}

body {
  font-family: 'Myfont'
}