diff --git a/ghost/admin/app/styles/layouts/flow.css b/ghost/admin/app/styles/layouts/flow.css index 520a609932..82e5fd42b6 100644 --- a/ghost/admin/app/styles/layouts/flow.css +++ b/ghost/admin/app/styles/layouts/flow.css @@ -191,6 +191,7 @@ font-size: 1.7rem; font-weight: 400; border-radius: 8px; + letter-spacing: -0.013em; } .gh-flow-content .gh-input:focus { diff --git a/ghost/admin/app/styles/patterns/global.css b/ghost/admin/app/styles/patterns/global.css index 4f7c811022..d55699acb9 100644 --- a/ghost/admin/app/styles/patterns/global.css +++ b/ghost/admin/app/styles/patterns/global.css @@ -334,43 +334,50 @@ h6 { h1 { text-indent: -1px; font-size: 2.9rem; + letter-spacing: -0.021em; } @media (max-width: 500px) { h1 { font-size: 2.4rem; + letter-spacing: -0.019em; } } h2 { font-size: 2.2rem; + letter-spacing: -0.019em; } @media (max-width: 500px) { h2 { font-size: 1.9rem; + letter-spacing: -0.017em; } } h3 { font-size: 1.9rem; + letter-spacing: -0.017em; } @media (max-width: 500px) { h3 { font-size: 1.7rem; + letter-spacing: -0.015em; } } h4 { font-size: 1.7rem; + letter-spacing: -0.013em; } h5 { font-size: 1.5rem; - letter-spacing: 0; + letter-spacing: -0.009em; } h6 { font-size: 1.5rem; - letter-spacing: 0; + letter-spacing: -0.009em; } .gh-heading-xs {