# 2xl headings

Published: September 15, 2026

<img width="640" height="240" class="rounded-2xl border dark:border-zinc-700" src="/img/blog/heading-2xl.png" alt="The Account overview demo's available balance, $8,432.10, displayed with a 2xl Flux heading" />

Flux headings now have a `2xl` size:

```html
<flux:heading size="2xl">$8,432.10</flux:heading>
```

We keep Flux's typography options deliberately limited. Too many competing sizes are a fast way to make a design feel inconsistent.

But we've needed a larger heading often enough to make room for one. The balance in our new [Account overview demo](https://fluxui.dev/demo/account-overview) is a good example: one number that needs to stand out.

[See the heading docs →](https://fluxui.dev/components/heading#sizes)
