monks/font_variant_east_asian
The font-variant-east-asian CSS property controls the use of alternate glyphs for East Asian scripts, like Japanese and Chinese.
Values
pub const full_width: #(String, String)
pub const normal: #(String, String)
- : This keyword leads to the deactivation of the use of such alternate glyphs.
pub const proportional_width: #(String, String)
proportional-width value of font-variant-east-asian
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for font-variant-east-asian
pub const revert_layer: #(String, String)
pub const ruby: #(String, String)
- : This keyword forces the use of special glyphs for ruby characters. As these are usually smaller, font creators often designs specific forms, usually slightly bolder to improve the contrast. This keyword corresponds to the OpenType values
ruby.
pub const traditional: #(String, String)
traditional value of font-variant-east-asian