data.FONTWEIGHT

Font weight (for text) attribute values.
Module
Used by
These class-based attributes use data.FONTWEIGHT
att.typography/@fontweightUsed to indicate bold type.
Allowed Values
boldBold or heavy.
normalNot bold.
Declaration
<macroSpec rend="add" ident="data.FONTWEIGHT" module="MEI" type="dt">
<desc xml:lang="en">Font weight (for text) attribute values.</desc>
<content>
<valList type="closed">
<valItem ident="bold">
<desc xml:lang="en">Bold or heavy.</desc>
</valItem>
<valItem ident="normal">
<desc xml:lang="en">Not bold.</desc>
</valItem>
</valList>
</content>
</macroSpec>