Back to typography Classes

font-light

Usage

<div class="font-light">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the font-light class:

<!-- Basic usage -->
<div class="font-light">Content</div>

<!-- With other classes -->
<div class="font-light p-4 bg-white">Content with padding and background</div>