Skip to content

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

Fixes too-light greyed-looking fonts on some websites

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;
}

}

Reviews

No reviews yet.