Back to typography Classes

font-black

Usage

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

Examples

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

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

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