monks/font_optical_sizing

The font-optical-sizing CSS property sets whether text rendering is optimized for viewing at different sizes.

Values

pub const auto_: #(String, String)

auto value of font-optical-sizing

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const none: #(String, String)

none value of font-optical-sizing

pub fn raw(value: String) -> #(String, String)

Enter a raw string value for font-optical-sizing

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for font-optical-sizing. It will be wrapped in var() and have -- prepended.

Search Document