Issue
Is it safe to use negative em values for letter-spacing? For example I want to use letter-spacing: -0.028em;
I tried it on Chrome, Opera, Firefox (latest versions) and it work great. But will it work on older versions too?
Solution
em
is just a standard or a unit for calculating the value to be used for the object rendering.
It is safe and you can use it with positive as well as negative values, em has been in for a long time so most of the old browser would be good to it.
Answered By - Afzaal Ahmad Zeeshan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.