Font Size
Font size tokens define the typographic scale. For more information on the default available font sizes and utilities, visit Tailwind
@theme {
--text-2xs: 0.625rem;
--text-2xs--line-height: calc(0.875 / 0.625);
--text-xs: 0.75rem;
--text-xs--line-height: calc(1 / 0.75);
--text-sm: 0.875rem;
--text-sm--line-height: calc(1.25 / 0.875);
--text-base: 1rem;
--text-base--line-height: calc(1.5 / 1);
--text-lg: 1.125rem;
--text-lg--line-height: calc(1.75 / 1.125);
--text-xl: 1.25rem;
--text-xl--line-height: calc(1.75 / 1.25);
--text-2xl: 1.5rem;
--text-2xl--line-height: calc(2 / 1.5);
--text-3xl: 1.875rem;
--text-3xl--line-height: calc(2.25 / 1.875);
--text-4xl: 2.25rem;
--text-4xl--line-height: calc(2.5 / 2.25);
--text-5xl: 3rem;
--text-5xl--line-height: 1;
--text-6xl: 3.75rem;
--text-6xl--line-height: 1;
--text-7xl: 4.5rem;
--text-7xl--line-height: 1;
--text-8xl: 6rem;
--text-8xl--line-height: 1;
--text-9xl: 8rem;
--text-9xl--line-height: 1;
}NameValue
2xs0.625rem / 10px
Ag
xs0.75rem / 12px
Ag
sm0.875rem / 14px
Ag
base1rem / 16px
Ag
lg1.125rem / 18px
Ag
xl1.25rem / 20px
Ag
2xl1.5rem / 24px
Ag
3xl1.875rem / 30px
Ag
4xl2.25rem / 36px
Ag
5xl3rem / 48px
Ag
6xl3.75rem / 60px
Ag
7xl4.5rem / 72px
Ag
8xl6rem / 96px
Ag
9xl8rem / 128px
Ag
Last updated on