![]() |
VOOZH | about |
This class accepts lots of value in tailwind CSS in which all the properties are covered in class form. It is the alternative to the CSS font-weight property. This class is used to set the weight or thickness of the font being used with the HTML Text. The font-weight applied will depend on the font-family used in the browser. For example, some font-family is available only in specific weights.
Font weight classes:
Note: Change the weight in the component with the required weight mentioned above.
Syntax:
<element class="font-{weight}">...</element>Example:
Output:
👁 Image