@font-face {
  font-family: "GeorgiaCustom";
  src: url("/static/img/Georgia.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* use it */
body { font-family: "GeorgiaCustom" !important}

