Last active
December 14, 2015 00:18
-
-
Save falsefalse/4997619 to your computer and use it in GitHub Desktop.
Chrome user stylesheets
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
/* Monospace font for GMail plaintext view and compose */ | |
div[class="ii gt adP adO"], | |
.Ap textarea, .At textarea, | |
div[class*="LW-avf"] { | |
font-family: monospace !important; | |
font-size: 1em !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment