Update lexend.css

This commit is contained in:
trisua 2025-09-02 00:35:03 +00:00
parent b7cf97bd2c
commit 3795eb8a36

View file

@ -6,7 +6,7 @@
body:not(.use_system_font) { body:not(.use_system_font) {
& p:not(b *), & p:not(b *),
& span:not(.notification, .name, b *, button *, a *, .dropdown *, nav *, strong *), & span:not(.notification, .name, b *, button *, a *, .dropdown *, nav *),
& input, & input,
& textarea { & textarea {
font-variation-settings: "wght" 325; font-variation-settings: "wght" 325;
@ -35,7 +35,8 @@ body:not(.use_system_font) {
font-variation-settings: "wght" 350; font-variation-settings: "wght" 350;
} }
& b { & b,
& strong {
font-variation-settings: "wght" 500; font-variation-settings: "wght" 500;
} }
} }