Back to typography Classes

font-hairline

Usage

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

Examples

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

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

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