Skip to content

Commit f95af1a

Browse files
andrewseguinmmalerba
authored andcommitted
fix(typography): default to normal letter spacing
1 parent 8c51dda commit f95af1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/core/typography/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$line-height: $font-size,
77
$font-weight: 400,
88
$font-family: null,
9-
$letter-spacing: null) {
9+
$letter-spacing: normal) {
1010

1111
@return (
1212
font-size: $font-size,

0 commit comments

Comments
 (0)