monks/font_style
The font-style CSS property sets whether a font should be styled with a normal, italic, or oblique face from its {{cssxref(“font-family”)}}.
Values
pub const italic: #(String, String)
- : Selects a font that is classified as
italic. If no italic version of the face is available, one classified asobliqueis used instead. If neither is available, the style is artificially simulated.
pub const normal: #(String, String)
- : Selects a font that is classified as
normalwithin a {{Cssxref(“font-family”)}}.
pub const oblique: #(String, String)
- : Selects a font that is classified as
oblique. If no oblique version of the face is available, one classified asitalicis used instead. If neither is available, the style is artificially simulated.
pub const revert_layer: #(String, String)