@font-face {
  font-family: "BestTen";
  src: url("/fonts/BestTen.otf");
  }
  
  body {
    font-family: BestTen
  }