I have something like this
<span style="font-size: 1.7px; letter-spacing: -1.7px; color: #edf6fc">text</span>
and
<span style="font-size: 99.81%; color: #080007">text </span>
How would I select the first one and add; let's say display: none to its style (or remove that span) but not the second one using JavaScript.
Or how do I remove all the span that has CSS property letter-spacing?