Skip to content

Instantly share code, notes, and snippets.

@trag1c
Last active June 28, 2025 12:20
Show Gist options
  • Save trag1c/80342a2e54b708c6e3396c3a7686386c to your computer and use it in GitHub Desktop.
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)
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