Home | Downloads | Web Requests | Docs

Classic CSS

Made by tinyaviator

Font Weight

Putting the property as "fontWeight" and then a font weight value (100 - 900 in increments of 100) will lead to the text to have such font weight unless forced otherwise. There is also fontWeightBold (700) and fontWeightNormal (400).


Example Syntax


Input

<span class="fontWeight900">Hello World</span>

Output

Hello World





Previous Next