Last active
February 21, 2018 15:43
-
-
Save seandrickson/fcb178d528fd06f3f470 to your computer and use it in GitHub Desktop.
Courier New Neue Userstyle
This file contains 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
/* 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