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