The font-weight type represents a simplified version of the CSS font-weight property. |
Attribute | font/@font-weight |
<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> |