@font-face {
  font-family: "timesnewr";
  src: url("fonts/times.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;  
}

body {
  font-family: "timesnewr";
}