@font-face {
  font-family: "Liberation Mono";
  src: url("/fonts/LiberationMono-Bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Liberation Mono";
  src: url("/fonts/LiberationMono-Italic.ttf") format("ttf");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Liberation Mono";
  src: url("/fonts/LiberationMono-BoldItalic.ttf") format("ttf");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
