From 1d7070e9273a513864d477485c7118e4fbc8b72d Mon Sep 17 00:00:00 2001 From: Davey Holler Date: Wed, 26 Feb 2020 09:36:12 -0800 Subject: [PATCH] Unifying font weights across EuiTitle sizes --- .../eui-amsterdam/global_styling/mixins/_typography.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/themes/eui-amsterdam/global_styling/mixins/_typography.scss b/src/themes/eui-amsterdam/global_styling/mixins/_typography.scss index 4ce744a66b71..6a3da6994436 100644 --- a/src/themes/eui-amsterdam/global_styling/mixins/_typography.scss +++ b/src/themes/eui-amsterdam/global_styling/mixins/_typography.scss @@ -4,17 +4,17 @@ @if $size == 'xxxs' { @include euiFontSizeXS; @include lineHeightFromBaseline(3); - font-weight: $euiFontWeightSemiBold; + font-weight: $euiFontWeightBold; letter-spacing: 0; } @else if $size == 'xxs' { @include euiFontSizeS; @include lineHeightFromBaseline(3); - font-weight: $euiFontWeightSemiBold; + font-weight: $euiFontWeightBold; letter-spacing: 0; } @else if $size == 'xs' { @include euiFontSize; @include lineHeightFromBaseline(3); - font-weight: $euiFontWeightSemiBold; + font-weight: $euiFontWeightBold; letter-spacing: 0; } @else if $size == 's' { @include euiFontSizeL;