Created
September 9, 2025 12:12
-
-
Save 42LM/6ebbba01a13ef4cff0ecf475c5766615 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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