Back to typography Classes

not-italic

Usage

<div class="not-italic">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the not-italic class:

<!-- Basic usage -->
<div class="not-italic">Content</div>

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