Skip to content

Instantly share code, notes, and snippets.

@myaumyau
Created September 5, 2012 07:08
Show Gist options
  • Save myaumyau/3632326 to your computer and use it in GitHub Desktop.
Save myaumyau/3632326 to your computer and use it in GitHub Desktop.
Gmail等幅フォント
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {
/* 本文 */
div.ii>div {
font-family: monospace !important;
/*
font-size: 100% !important;
line-height: 120% !important;
width: 80ex !important;
*/
}
/* 送信フォーム */
div.At>textarea.Ak {
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