Home › Forums › CSS › Need this style in CSS for headings › Re: Need this style in CSS for headings
May 7, 2013 at 2:56 pm
#134376
Participant
It is a good idea to avoid pixel values for letter spacing or with fonts in general. Why? [It makes your life easier!](http://codepen.io/Merri/pen/Kanke)
This one doesn’t need to define a different `letter-spacing` for bold and normal. It also doesn’t need to define a new different value for each header of different size. Same rules fit all sizes and weights :)