<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "frogFont";
  src: url(/assets/fonts/curlz.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Ensures text is visible while the font loads */
}

.frog-font {
  font-family: "frogFont";
  font-size: larger;
}
</pre></body></html>