Last active
June 28, 2025 12:20
-
-
Save trag1c/80342a2e54b708c6e3396c3a7686386c to your computer and use it in GitHub Desktop.
Custom CSS to change the monospace font on GitHub (comment any missed cases)
This file contains hidden or 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
tt, kbd, textarea, pre, code, .blob-num, .blob-code, .cm-gutterElement, .cm-line, .blob-code-inner, .file-info, .blob-wrapper, .input-monospace, .FormControl-monospace, .commit-ref, .text-mono, .blob-code-content, .blob-code-marker, .prc-BranchName-BranchName-jFtg-, .react-line-number, .react-code-text { | |
font-family: 'Poshevka', monospace !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment