data.FONTWEIGHT

Font weight (for text) attribute values.
Module
MEI
Used by
These class-based attributes use data.FONTWEIGHT
att.lyricStyle/@lyric.weightatt.textStyle/@text.weightatt.typography/@fontweight
Allowed Values
boldBold or heavy.
normalNot bold.
Declaration
<macroSpec ident="data.FONTWEIGHT" module="MEI" type="dt">
<desc>Font weight (for text) attribute values.</desc>
<content>
<valList type="closed">
<valItem ident="bold">
<desc>Bold or heavy.</desc>
</valItem>
<valItem ident="normal">
<desc>Not bold.</desc>
</valItem>
</valList>
</content>
</macroSpec>