data.FONTWEIGHT

Font weight (for text) attribute values.
Module
Used by
These class-based attributes use data.FONTWEIGHT
att.lyricStyle/@lyric.weightSets the default font weight value for lyrics.
att.textStyle/@text.weightProvides a default value for the font weight for text (other than lyrics) when this information is not provided on the individual elements.
att.typography/@fontweightUsed to indicate bold type.
Allowed Values
boldBold or heavy.
normalNot bold.
Declaration
<macroSpec 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>