This is normal text.
This is bold text.
This is font weight 100 text.
This is font weight 200 text.
This is font weight 300 text.
This is font weight 400 text.
This is font weight 500 text.
This is font weight 600 text.
This is font weight 700 text.
This is font weight 800 text.
This is font weight 900 text.
<HTML><BODY> <P STYLE="font-weight: normal;"> This is normal text.</P> <P STYLE="font-weight: bold;"> This is bold text.</P> <P STYLE="font-weight: 100;"> This is font weight 100 text.</P> <P STYLE="font-weight: 200;"> This is font weight 200 text.</P> <P STYLE="font-weight: 300;"> This is font weight 300 text.</P> <P STYLE="font-weight: 400;"> This is font weight 400 text.</P> <P STYLE="font-weight: 500;"> This is font weight 500 text.</P> <P STYLE="font-weight: 600;"> This is font weight 600 text.</P> <P STYLE="font-weight: 700;"> This is font weight 700 text.</P> <P STYLE="font-weight: 800;"> This is font weight 800 text.</P> <P STYLE="font-weight: 900;"> This is font weight 900 text.</P> </BODY></HTML>