Skip to content

Instantly share code, notes, and snippets.

@nagasato
Last active September 28, 2015 18:58
Show Gist options
  • Save nagasato/1482623 to your computer and use it in GitHub Desktop.
Save nagasato/1482623 to your computer and use it in GitHub Desktop.
Gmail monospace font user css.
/* Message body */
div.ii>div {
font-family: monospace !important;
font-size: 100% !important;
line-height: 120% !important;
width: 80ex !important;
}
/* Send form (current version) */
div.At>textarea.Ak {
font-family: monospace !important;
font-size: 100% !important;
line-height: 120% !important;
}
/* Send form (new version) */
div.Am.Al.editable.LW-avf {
font-family: monospace !important;
font-size: 100% !important;
line-height: 120% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment