Back to typography Classes

normal-case

Usage

<div class="normal-case">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the normal-case class:

<!-- Basic usage -->
<div class="normal-case">Content</div>

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