@font-face {
  font-family: 'MyFont';
  src: url('/fonts/myfont.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myfont2';
  src: url('/fonts/myfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}