This style overwrites most usage of the light "Effra" font used on the Literature & Latte website, with a particular focus on article body text, including the blog. It will prefer Helvetica or Arial, finally falling back to whatever default sans font you use in your browser.
Bolder Sans by amberhaelo
Details
Authoramberhaelo
LicenseCC-BY-NC-SA-4.0
Categoryliteratureandlatte.com
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Bolder Sans
@namespace USO Archive
@author AmberV
@description `This style overwrites most usage of the light, low contrast "Effra" font used on the new Literature & Latte website. It will prefer Helvetica or Arial, finally falling back to whatever default sans font you use in your browser.
@version 23059551.1
@license CC-BY-NC-SA-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("literatureandlatte.com") {
html {
font-family: Helvetica, Arial, sans-serif !important;
}
textarea {
font-family: Helvetica, Arial, sans-serif !important;
}
.common-questions__listing h3 {
font-family: Helvetica, Arial, sans-serif !important;
}
.subnav li a:after {
font-family: Helvetica, Arial, sans-serif !important
}
.subnav li.subnav__buy-now a {
font-family: Helvetica, Arial, sans-serif !important
}
.subnav li a:active,
.device-desktop .subnav li a:hover {
font-family: Helvetica, Arial, sans-serif !important
}
.subnav li.subnav__download a:active,
.device-desktop .subnav li.subnav__download a:hover {
font-family: Helvetica, Arial, sans-serif !important
}
.subnav li.subnav__buy-now a:active,
.device-desktop .subnav li.subnav__buy-now a:hover {
font-family: Helvetica, Arial, sans-serif !important
}
.subnav li a {
font-family: Helvetica, Arial, sans-serif !important
}
.common-questions__listing__section--open h3 {
font-family: Helvetica, Arial, sans-serif !important
}
.features__icons h3 {
font-family: Helvetica, Arial, sans-serif !important
}
.accordion__title {
font-family: Helvetica, Arial, sans-serif !important;
}
.text-filter {
font-family: Helvetica, Arial, sans-serif !important;
}
strong {
font-weight: bold !important;
}
}