Skip to content

Commit

Permalink
fix(typography): default to normal letter spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored and mmalerba committed Mar 6, 2020
1 parent bdd9ec9 commit e441a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/core/typography/_typography.scss
Expand Up @@ -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,
Expand Down

0 comments on commit e441a8c

Please sign in to comment.