/* Define the custom font */
@font-face {
  font-family: "MyCustomFont";
  src:
    url("fonts/MyCustomFont.woff2") format("woff2"),
    url("fonts/MyCustomFont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
