In Gmail, force font to browser default fonts (options: sans, serif, mono)
MonoGMail by hute37

Details
Authorhute37
LicenseNONE
Categorymail.google.com
Created
Updated
Code size768 B
Code checksum1fedfe6f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name MonoGMail
@namespace USO Archive
@author Giovanni Pelosi
@description Force font to browser "sans-serif"
@version 20180819.17.12
@license NONE
@preprocessor uso
@advanced dropdown sans "font-family" {
sans "sans*" <<<EOT @-moz-document domain(mail.google.com) {
* {
font-family: sans-serif!important;
}
}
EOT;
mono "mono" <<<EOT @-moz-document domain(mail.google.com) {
* {
font-family: monospace!important;
}
}
EOT;
serif "serif" <<<EOT @-moz-document domain(mail.google.com) {
* {
font-family: serif!important;
}
} EOT;
}
==/UserStyle== */
@namespace html url(http://www.w3.org/1999/xhtml);
/* MonoGmail
*/
@-moz-document domain(mail.google.com) {
* {
font-family: sans-serif!important;
}
}