I have tried to give a font-weight
property to text widgets but it's not working properly, which will show the same bolder appearance for the values
100,200,300,400 and 500
and show a big effect on 600
. What is this issue? How can I fix it?
.flip-menu-text {
text-align: left;
font-weight: 100;
line-height: 1.125rem;
padding: .5625rem 0;
margin: 0;
outline: 0;
border: 0;
font-size: 14px;
}
<span class="flip-menu-text">Widgets</span>