Created
February 28, 2021 13:54
-
-
Save Logarithmus/d9cd141ea55fe6961847ed98fe65ef30 to your computer and use it in GitHub Desktop.
Force system monospace
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 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 <[email protected]> | |
==/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