diff --git a/src/scss/cdb-components/typography.scss b/src/scss/cdb-components/typography.scss index 8159c55..1487433 100644 --- a/src/scss/cdb-components/typography.scss +++ b/src/scss/cdb-components/typography.scss @@ -56,6 +56,10 @@ .CDB-Size-small { font-size: $sFontSize-small; line-height: $sLineHeight-small; + +} + +.CDB-Size-small.u-whiteTextColor { -webkit-font-smoothing: initial; }