@font-face {
  font-family: CustomFont;
  src: url("OpenDyslexic-Regular.otf?#iefix") format("opentype"),
        url("https://jastim.neocities.org/main/zophine/OpenDyslexicAlta-Regular.otf") format("opentype");
  }
  
  
body {
  font-family: "CustomFont";
  background-color: #77dd77;
}