Back to typography Classes

font-bold

Usage

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

Examples

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

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

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