font-serif
Usage
<div class="font-serif">
<!-- Your content here -->
</div>
Examples
Here are some examples of how to use the font-serif
class:
<!-- Basic usage -->
<div class="font-serif">Content</div>
<!-- With other classes -->
<div class="font-serif p-4 bg-white">Content with padding and background</div>