From e441a8c2ee1c28bfe3fdbb17251739ed08ec25bf Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Wed, 19 Feb 2020 14:26:05 -0800 Subject: [PATCH] fix(typography): default to normal letter spacing --- src/material/core/typography/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/core/typography/_typography.scss b/src/material/core/typography/_typography.scss index e550ebe25a4f..49cc70b9a86d 100644 --- a/src/material/core/typography/_typography.scss +++ b/src/material/core/typography/_typography.scss @@ -6,7 +6,7 @@ $line-height: $font-size, $font-weight: 400, $font-family: null, - $letter-spacing: null) { + $letter-spacing: normal) { @return ( font-size: $font-size,