diff --git a/components/o-topper/src/scss/_elements.scss b/components/o-topper/src/scss/_elements.scss index 28866a9975..cec050becf 100644 --- a/components/o-topper/src/scss/_elements.scss +++ b/components/o-topper/src/scss/_elements.scss @@ -38,10 +38,10 @@ margin-top: 0px; } li { - font-family: oPrivateFoundationGet('o3-typography-use-case-body-lg-font-family'); - font-size: oPrivateFoundationGet('o3-typography-use-case-body-lg-font-size'); - font-weight: oPrivateFoundationGet('o3-typography-use-case-body-lg-font-weight'); - line-height: oPrivateFoundationGet('o3-typography-use-case-body-lg-line-height'); + font-family: oPrivateFoundationGet('o3-typography-use-case-body-base-font-family'); + font-size: oPrivateFoundationGet('o3-typography-use-case-body-base-font-size'); + font-weight: oPrivateFoundationGet('o3-typography-use-case-body-base-font-weight'); + line-height: oPrivateFoundationGet('o3-typography-use-case-body-base-line-height'); margin-top: oPrivateSpacingByName('s2'); margin-bottom: 0; } diff --git a/components/o-topper/src/scss/themes/_branded.scss b/components/o-topper/src/scss/themes/_branded.scss index 26be0904f0..8180904ce0 100644 --- a/components/o-topper/src/scss/themes/_branded.scss +++ b/components/o-topper/src/scss/themes/_branded.scss @@ -49,10 +49,10 @@ @mixin _oTopperThemeOpinion { .o-topper__topic, .o-topper__opinion-genre { - font-family: oPrivateFoundationGet('o3-typography-use-case-body-lg-font-family'); - font-size: oPrivateFoundationGet('o3-typography-use-case-body-lg-font-size'); - font-weight: oPrivateFoundationGet('o3-typography-use-case-body-lg-font-weight'); - line-height: 28px; + font-family: oPrivateFoundationGet('o3-typography-use-case-body-highlight-font-family'); + font-size: oPrivateFoundationGet('o3-typography-use-case-body-highlight-font-size'); + font-weight: oPrivateFoundationGet('o3-typography-use-case-body-highlight-font-weight'); + line-height: oPrivateFoundationGet('o3-typography-use-case-body-highlight-line-height'); } }