From 8a994c9b3efc98bc98db13fb584a701d06809cf0 Mon Sep 17 00:00:00 2001 From: Erin Donehoo Date: Mon, 10 Mar 2025 17:08:26 -0400 Subject: [PATCH] docs(typography): Updates size for h1 headings. --- .../content/design-guidelines/styles/typography/typography.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/styles/typography/typography.md b/packages/documentation-site/patternfly-docs/content/design-guidelines/styles/typography/typography.md index 4e5e8f0ccd..4f02a9f1d3 100644 --- a/packages/documentation-site/patternfly-docs/content/design-guidelines/styles/typography/typography.md +++ b/packages/documentation-site/patternfly-docs/content/design-guidelines/styles/typography/typography.md @@ -36,7 +36,7 @@ All headings use Red Hat Display bold. | Example | Tokens | Size | Line height | Usage | | --- | --- | --- | --- | --- | -| Aa | --pf-t--global--font--size--heading--h1 | 1.375rem (22px) | 1.3 | Super hero headings
H1
Page titles | +| Aa | --pf-t--global--font--size--heading--h1 | 1.5rem (24px) | 1.3 | Super hero headings
H1
Page titles | | Aa | --pf-t--global--font--size--heading--h2 | 1.25rem (20px) | 1.3 | Hero headings
H2 | | Aa | --pf-t--global--font--size--heading--h3 | 1.125rem (18px) | 1.3 | H3 | | Aa | --pf-t--global--font--size--heading--h4
--pf-t--global--font--size--heading--h5
--pf-t--global--font--size--heading--h6 |1rem (16px) | 1.3 | H4
H5
H6 | @@ -48,7 +48,7 @@ The following table shows the default mapping of PatternFly heading levels to te | Heading level | Default size | |----|-----------| -| H1 | 2xl (1.375rem, 22px)| +| H1 | 2xl (1.5rem, 24px)| | H2 | xl (1.25rem, 20px) | | H3 | lg (1.125rem, 18px) | | H4 | md (1 rem, 16px) |