Skip to content

Instantly share code, notes, and snippets.

@42LM
Created September 9, 2025 12:12
Show Gist options
  • Select an option

  • Save 42LM/6ebbba01a13ef4cff0ecf475c5766615 to your computer and use it in GitHub Desktop.

Select an option

Save 42LM/6ebbba01a13ef4cff0ecf475c5766615 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style>
@font-face {
font-family:'MyFont';
src:url('PressStart2P-Regular.ttf') format('truetype');
font-weight:normal;
font-style:normal;
}
body {
font-family:'MyFont',sans-serif;
}
</style>
</head>
<body>
<p>Consectetur quae repellendus eum nostrum accusantium? Debitis obcaecati numquam mollitia accusamus modi! Repellendus laborum saepe ratione voluptas architecto? Voluptates cum magni dolore ullam quibusdam mollitia, vel, quae molestiae Architecto dolorum</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment