Skip to content

Instantly share code, notes, and snippets.

@Logarithmus
Created February 28, 2021 13:54
Show Gist options
  • Save Logarithmus/d9cd141ea55fe6961847ed98fe65ef30 to your computer and use it in GitHub Desktop.
Save Logarithmus/d9cd141ea55fe6961847ed98fe65ef30 to your computer and use it in GitHub Desktop.
Force system monospace
/* ==UserStyle==
@name Force system monospace
@namespace github.com/openstyles/stylus
@version 0.1.0
@description Overrides font-family for source code with default system monospaced font
@author Artur Sinila <opensource@logarithmus.dev>
==/UserStyle== */
code, code *, .blob-code-inner, .highlight pre {
font-family: "monospace" !important;
letter-spacing: normal !important;
text-rendering: auto !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment