font-weight

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

Simple Type Information

Used By

Attribute font/@font-weight

Source

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