Display Gmail in monospace font (Osaka-Mono).
Gmail Fixed Font Monospace (Osaka-Mono) by xight
Details
Authorxight
LicenseCC-BY 4.0
Categorygmail
Created
Updated
Size993 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gmail Fixed Font Monospace (Osaka-Mono)
@version 1.0.0
@namespace userstyles.world/user/xight
@description Display Gmail in monospace font (Osaka-Mono).
@author xight
@license CC-BY 4.0
==/UserStyle== */
@-moz-document domain("mail.google.com") {
.a3s,
textarea {
font-family: Osaka-Mono !important;
font-size: 1.0em !important;
line-height: 1.3 !important;
}
.editable {
font-family: Osaka-Mono !important;
font-size: 1.0em !important;
line-height: 1.3 !important;
}
pre {
font-family: Osaka-Mono !important;
font-size: 1.0em !important;
line-height: 1.3 !important;
}
.a3s span {
font-family: Osaka-Mono !important;
font-size: 1.0em !important;
}
.a3s p {
font-family: Osaka-Mono !important;
font-size: 1.0em !important;
line-height: 1.3 !important;
margin-top: 1px;
margin-bottom: 1px;
}
font {
font-family: Osaka-Mono !important;
}
}