@font-face {
  font-family: "Charter";
  /* using the uploaded path as requested (will be converted to a served URL) */
  src: url("Charter Regular.ttf") format("truetype");
  /* If you have other formats, add them here (woff2, woff, ttf) for better browser support. */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Charter";
  src: url("Charter Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
