Last active
April 12, 2025 03:35
-
-
Save tedbyron/0963f105df1cc63a39887d4be8fccb40 to your computer and use it in GitHub Desktop.
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
/* ==UserStyle== | |
@name GitHub font | |
@namespace github.com/tedbyron | |
@version 1.0.5 | |
@author Teddy Byron <[email protected]> (https://github.com/tedbyron) | |
@homepageURL https://gist.github.com/tedbyron/0963f105df1cc63a39887d4be8fccb40 | |
@supportURL https://gist.github.com/tedbyron/0963f105df1cc63a39887d4be8fccb40 | |
@updateURL https://gist.github.com/tedbyron/0963f105df1cc63a39887d4be8fccb40/raw/github.user.css | |
@license unlicense | |
@preprocessor default | |
==/UserStyle== */ | |
@-moz-document domain("github.com") { | |
:root { | |
--fontStack-monospace: Curlio, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment