monks/font_size
The font-size CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relative {{cssxref(“<length>”)}} units, such as em, ex, and so forth.
Values
pub const larger: #(String, String)
- : Relative-size keywords. The font will be larger or smaller relative to the parent element’s font size, roughly by the ratio used to separate the absolute-size keywords above.
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of font-size
pub const revert_layer: #(String, String)
pub fn var(variable: String) -> #(String, String)
Enter a variable name to be used for font-size.
It will be wrapped in var() and have -- prepended.
pub const xx_small: #(String, String)
- : Absolute-size keywords, based on the user’s default font size (which is
medium).