Last active
March 27, 2022 01:52
-
-
Save justinpenner/626e4c549cb38165cd1d0533551050db 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
@font-face { | |
font-family: 'Player Sans Mono Bold'; | |
src: url('PlayerSansMono8x13-Bold.woff2') format('woff2'); | |
font-display: swap; | |
} | |
body { | |
margin: 0; | |
padding: 2em; | |
} | |
samp { | |
display: block; | |
font-family: 'Player Sans Mono Bold'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment