Schema Central  >  XSL-FO 1.1  >  fo.xsd  >  font-weight
Advanced search

font-weight

The weight of the font.  CSS2 Reference: "font-weight" property

See http://www.w3.org/TR/xsl11/#font-weight

Attribute information

Namespace: None

Schema document: fo.xsd

Type: fo:font-weight

Properties: Local, Unqualified

Value

  • Type based on xsd:token
    • Valid valueDescription
      normalSame as "400".
      boldSame as "700".
      bolderThe next weight that is assigned to a font that is darker than the inherited one. If there is no such weight, it simply results in the next darker numerical value (and the font remains unchanged), unless the inherited value was "900", in which case the resulting weight is also "900".
      lighterThe next weight that is assigned to a font that is lighter than the inherited one. If there is no such weight, it simply results in the next lighter numerical value (and the font remains unchanged), unless the inherited value was "100", in which case the resulting weight is also "100".
      100
      200
      300
      400
      500
      600
      700
      800
      900
      inherit

Used in