From 9fa4fe185562b173428ce84256c592f3d3f12d8b Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Wed, 29 Jun 2016 11:03:23 +0200 Subject: [PATCH] fix analias for small sizes --- src/scss/cdb-components/typography.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/cdb-components/typography.scss b/src/scss/cdb-components/typography.scss index da42f33..8159c55 100644 --- a/src/scss/cdb-components/typography.scss +++ b/src/scss/cdb-components/typography.scss @@ -56,6 +56,7 @@ .CDB-Size-small { font-size: $sFontSize-small; line-height: $sLineHeight-small; + -webkit-font-smoothing: initial; } .CDB-FontSize-small {