Skip to content

Instantly share code, notes, and snippets.

@tedbyron
Last active April 12, 2025 03:35
Show Gist options
  • Save tedbyron/0963f105df1cc63a39887d4be8fccb40 to your computer and use it in GitHub Desktop.
Save tedbyron/0963f105df1cc63a39887d4be8fccb40 to your computer and use it in GitHub Desktop.
/* ==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