Skip to content

Gmail Fixed Font Monospace (Noto Sans Mono CJK JP) by jj1bdx

Details

Authorjj1bdx

LicenseCC-BY 4.0

CategoryGmail

Created

Updated

Code size1.4 kB

Code checksumddf7557d

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tweaks for Gmail

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Gmail Fixed Font Monospace (Noto Sans Mono CJK JP)
@version      1.0.0
@namespace    userstyles.world/user/jj1bdx
@description  Display Gmail in monospace font (Noto Sans Mono CJK JP).
@author       xight, jj1bdx
@license      CC-BY 4.0
==/UserStyle== */
@-moz-document domain("mail.google.com") {
    .a3s,
    textarea {
        font-family: Noto Sans Mono CJK JP !important;
        font-size: 1.0em !important;
        line-height: 1.3 !important;
    }

    .editable {
        font-family: Noto Sans Mono CJK JP !important;
        font-size: 1.0em !important;
        line-height: 1.3 !important;
    }

    pre {
        font-family: Noto Sans Mono CJK JP !important;
        font-size: 1.0em !important;
        line-height: 1.3 !important;
    }

    .a3s span {
        font-family: Noto Sans Mono CJK JP !important;
        font-size: 1.0em !important;
    }

    .a3s p {
        font-family: Noto Sans Mono CJK JP !important;
        font-size: 1.0em !important;
        line-height: 1.3 !important;

        margin-top: 1px;
        margin-bottom: 1px;
    }
    
    font {
        font-family: Noto Sans Mono CJK JP !important;
    }
}
/* See https://userstyles.world/style/2885/gmail-fixed-font-monospace-osaka-mono */
/* Originally authored by xight */

Reviews

No reviews yet.