Closed melchoyce closed 8 years ago
@melchoyce If we're doing a sweeping !important
letter-spacing for all the languages we've included styles for, we probably don't need them on a language by language basis on the headers, too. What do you think about removing those?
And we should get the editor-style.css to match whatever's changed here, too - thanks!
Also we should also be able to use letter-spacing: 0
instead of letter-spacing: normal
.
I don't see anything specifically on it in the WP CSS Coding Standards? @ntwb
If we're doing a sweeping !important letter-spacing for all the languages we've included styles for, we probably don't need them on a language by language basis on the headers, too. What do you think about removing those?
Makes sense! Done :)
Also we should also be able to use letter-spacing: 0 instead of letter-spacing: normal. I don't see anything specifically on it in the WP CSS Coding Standards?
Also done :)
And we should get the editor-style.css to match whatever's changed here, too - thanks!
@laurelfulford I'll do a second PR for that 👍
Couldn't get the conflicts to happen locally, so I opened a new PR: #473
Um, here is the definition of letter-spacing:normal
The spacing is the normal spacing for the current font. Unlike a value of 0, this value allows the user agent to alter the space between characters in order to justify text.
Fixes #365.