monks/line_height
The line-height CSS property sets the height of a line box in horizontal writing modes. In vertical writing modes, it sets the width of a line box. It’s commonly used to set the distance between lines of text. On block-level elements in horizontal writing modes, it specifies the preferred height of line boxes within the element, and on non-replaced inline elements, it specifies the height that is used to calculate line box height.
Values
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of line-height
pub const normal: #(String, String)
- : Depends on the user agent. Desktop browsers (including Firefox) use a default value of roughly
1.2, depending on the element’sfont-family.
pub const revert_layer: #(String, String)