From 3795eb8a365efae060f4e68b17fe6baec70b8afb Mon Sep 17 00:00:00 2001 From: t Date: Tue, 2 Sep 2025 00:35:03 +0000 Subject: [PATCH] Update lexend.css --- lexend.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lexend.css b/lexend.css index 5ec11a8..49afd8d 100644 --- a/lexend.css +++ b/lexend.css @@ -6,7 +6,7 @@ body:not(.use_system_font) { & p:not(b *), - & span:not(.notification, .name, b *, button *, a *, .dropdown *, nav *, strong *), + & span:not(.notification, .name, b *, button *, a *, .dropdown *, nav *), & input, & textarea { font-variation-settings: "wght" 325; @@ -35,7 +35,8 @@ body:not(.use_system_font) { font-variation-settings: "wght" 350; } - & b { + & b, + & strong { font-variation-settings: "wght" 500; } }