Font-weight Usage <bolt-text> has font-weight options to indicate emphasis hierarchy.
This text has its font-weight prop defined as: regular
HTML
<bolt-text font-weight="regular">
  This text has its font-weight prop defined as: regular
</bolt-text>
This text has its font-weight prop defined as: semibold
HTML
<bolt-text font-weight="semibold">
  This text has its font-weight prop defined as: semibold
</bolt-text>
This text has its font-weight prop defined as: bold
HTML
<bolt-text font-weight="bold">
  This text has its font-weight prop defined as: bold
</bolt-text>