Fixes too-light greyed-looking fonts on some websites
Fix Light Fonts by pgwerner66
Details
Authorpgwerner66
LicenseNo License
Categorymyheritage.com
Created
Updated
Size217 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 Fix Light Fonts
@version 20250314.16.34
@namespace ?
==/UserStyle== */
@-moz-document domain("myheritage.com") {
* {
font-weight: 600 !important;
color: black !important;
}
}