<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: 'minecraftmedium';
  src: url('./fonts/minecraft-webfont.woff2') format('woff2'),
    url('./fonts/minecraft-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'subwayticker';
  src: url('./fonts/subwayticker.woff2') format('woff2'),
    url('./fonts/subwayticker.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'My-Font-Regular';
	/* src: url('./fonts/MyFont-Regular.eot'); */
	src: url('./fonts/My-Font-Regular.woff') format('woff'), url('./fonts/My-Font-Regular.woff2') format('woff2');
	font-weight: normal;
  font-style: normal;
  font-display: swap;
}</pre></body></html>