When CSS is displayed in px, letter-spacing will also be in px.
For example:
font-size:16px;
letter-spacing:0.8px;
Can this be done like line-height?
letter-spacing:0.8px; /* 0.05em */
When CSS is displayed in px, letter-spacing will also be in px.
For example:
font-size:16px;
letter-spacing:0.8px;
Can this be done like line-height?
letter-spacing:0.8px; /* 0.05em */
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.