Skip to content

Instantly share code, notes, and snippets.

@KEINOS
Last active June 25, 2017 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KEINOS/9ecb059afac4724716332777070f263f to your computer and use it in GitHub Desktop.
Save KEINOS/9ecb059afac4724716332777070f263f to your computer and use it in GitHub Desktop.
Sample CSS to use "Ricty Diminished" fonts installed in your Mac OSX.
<style type="text/css">
.debug {
width:100%;
font-size:16px;
/* See the PostScriptName of the font info at FontBook app */
font-family:"RictyDiminishedDiscord-Regular";
overflow: auto;
white-space: pre-wrap;
word-wrap: break-word;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment