monks/letter_spacing
The letter-spacing CSS property sets the horizontal spacing behavior between text characters. This value is added to the natural spacing between characters while rendering the text. Positive values of letter-spacing causes characters to spread farther apart, while negative values of letter-spacing bring characters closer together.
Values
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of letter-spacing
pub const normal: #(String, String)
- : The normal letter spacing for the current font. Unlike a value of
0, this keyword allows the {{glossary(“user agent”)}} to alter the space between characters in order to justify text.
pub const revert_layer: #(String, String)