From f2800b06195ecb86ca92916b9905bb2147568382 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 17 May 2023 08:32:47 -0700 Subject: [PATCH] Use a "major third" type scale from https://typescale.com for the heading font sizes --- assets/styles/root.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/styles/root.css b/assets/styles/root.css index 114ac6d..95ff6d0 100644 --- a/assets/styles/root.css +++ b/assets/styles/root.css @@ -285,12 +285,12 @@ footer.site p + p { } } -h1 { font-size: 1.6em; } -h2 { font-size: 1.5em; } -h3 { font-size: 1.4em; } -h4 { font-size: 1.3em; } -h5 { font-size: 1.3em; } -h6 { font-size: var(--body-font-size); } +h1 { font-size: 305%; } +h2 { font-size: 244%; } +h3 { font-size: 195%; } +h4 { font-size: 156%; } +h5 { font-size: 125%; } +h6 { font-size: 100%; } h5, h6 { font-family: var(--font-family-body); } h1, h2, h3, h4, h5, h6 {