From 1cb21b7b6b2bd2cca12d54aa00bc4cfd501696a8 Mon Sep 17 00:00:00 2001 From: sophiamersmann Date: Thu, 1 Feb 2024 09:11:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(gdocs)=20update=20narrative=20t?= =?UTF-8?q?itle=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/src/styles/typography.scss | 9 --------- site/gdocs/components/KeyIndicator.scss | 4 +++- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/packages/@ourworldindata/components/src/styles/typography.scss b/packages/@ourworldindata/components/src/styles/typography.scss index cf930ae4fcd..6bde1b3849b 100644 --- a/packages/@ourworldindata/components/src/styles/typography.scss +++ b/packages/@ourworldindata/components/src/styles/typography.scss @@ -260,15 +260,6 @@ body { @include subtitle-2; } -@mixin subtitle-2-bold { - @include subtitle-2; - font-weight: 700; -} - -.subtitle-2-bold { - @include subtitle-2-bold; -} - @mixin overline-black-caps { font-family: $sans-serif-font-stack; font-size: 0.75rem; diff --git a/site/gdocs/components/KeyIndicator.scss b/site/gdocs/components/KeyIndicator.scss index 07074fcda58..35b98440a6e 100644 --- a/site/gdocs/components/KeyIndicator.scss +++ b/site/gdocs/components/KeyIndicator.scss @@ -29,7 +29,9 @@ } .narrative-title { - @include subtitle-2-bold; + font-size: 1.5rem; + font-weight: 700; + line-height: calc(28 / 22); color: $blue-90; margin-top: 0; margin-bottom: 16px;