@font-face {
  font-family: "LibreBaskerville";
  src: local("LibreBaskerville"),
    url("./LibreBaskerville-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "LibreBaskerville";
  src: local("LibreBaskerville"),
    url("./LibreBaskerville-Italic.ttf") format("truetype");
  font-style: italic;
}

@font-face {
  font-family: "LibreBaskerville";
  src: local("LibreBaskerville"),
    url("./LibreBaskerville-Bold.ttf") format("truetype");
  font-weight: bold;
}
