/* https://github.com/impallari/Libre-Baskerville */
@font-face {
  font-family: LibreBaskervilleRegular;
  src: url("/fonts/libre-baskerville/LibreBaskerville-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Use ampersand from italic version of Baskerville also for regular version */
@font-face {
  font-family: LibreBaskervilleRegular;
  src: url("/fonts/libre-baskerville/LibreBaskerville-Italic.ttf") format("truetype");
  unicode-range: U+0026;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: LibreBaskervilleItalic;
  src: url("/fonts/libre-baskerville/LibreBaskerville-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
