font-style

The font-style type represents a simplified version of the CSS font-style property.

Simple Type Information

Used By

Attribute font/@font-style

Source

<xs:simpleType name="font-style">
  <xs:annotation>
    <xs:documentation>The font-style type represents a simplified version of the CSS font-style property.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="normal"/>
    <xs:enumeration value="italic"/>
  </xs:restriction>
</xs:simpleType>