Skip to content

Instantly share code, notes, and snippets.

@seandrickson
Last active February 21, 2018 15:43
Show Gist options
  • Save seandrickson/fcb178d528fd06f3f470 to your computer and use it in GitHub Desktop.
Save seandrickson/fcb178d528fd06f3f470 to your computer and use it in GitHub Desktop.
Courier New Neue Userstyle
/* Some websites provide Courier New as their code font...this changes that to something better */
@font-face {
font-family: Courier New;
src: local("Consolas");
}
@font-face {
font-family: Courier;
src: local("Consolas");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment