Replace a lot of fonts of gmail with Roboto, including the mail fonts.
Created to prevent Comic Sans MS for ever being shown.
Gmail Roboto font by thomaslinux
Details
Authorthomaslinux
LicenseNo License
Categoryhttps://mail.google.com/
Created
Updated
Code size504 B
Code checksum387f2bb7
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
For personal use, I will not provide support.
Source code
/* ==UserStyle==
@name Always Roboto
@version 20241205.08.32
@namespace https://userstyles.world/user/Thomas Linux
@author Thomas Linux
==/UserStyle== */
@-moz-document url-prefix("https://mail.google.com/") {
div * {
font-family: Roboto Condensed !important;
}
.zA > .yX {
/* display: -webkit-box; */
/* display: -moz-box; */
/* display: -webkit-flex; */
/* display: -ms-flexbox; */
display: flex;
flex-basis: 140px;
max-width: 140px;
padding-left: 0;
padding-right: 0px;
}
}