Font-extrabold: Tailwind CSS Font weight class

The font-extrabold class applies an extra-bold font weight, making the text stand out even more prominently.


Font-extrabold

The font-extrabold class applies an extra-bold font weight, making the text stand out even more prominently.

Example Code

html
<div
class="p-5 font-bold bg-gray-100 rounded-t-md flex flex-col justify-center items-center"
>
<h3 class="text-gray-500 mr-48">Font-extrabold</h3>
<p class="font-extrabold ml-4">Pack my box with five dozen liquor jugs.</p>
</div>

Preview

Font-extrabold

Pack my box with five dozen liquor jugs.

How to Use

Add the Font-extrabold class directly to your HTML element:

html
<div class="Font-extrabold">
<!-- Your content here -->
</div>

Responsive Usage

Use Tailwind's responsive prefixes to apply Font-extrabold at specific breakpoints:

html
<div class="sm:Font-extrabold md:Font-extrabold lg:Font-extrabold">
Responsive element
</div>
  • sm:Font-extrabold — applies from 640px and up
  • md:Font-extrabold — applies from 768px and up
  • lg:Font-extrabold — applies from 1024px and up

Customization

You can extend or override this utility in your tailwind.config.js. See the Tailwind CSS documentation for details on customizing your theme.

Windframe is an AI visual editor for rapidly building stunning web UIs & websites

Start building stunning web UIs & websites!

Build from scratch or select prebuilt tailwind templates