We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3e846 commit 31e9b02Copy full SHA for 31e9b02
src/material/core/typography/_typography.scss
@@ -96,7 +96,7 @@
96
// and h6 at 0.67em.
97
.mat-h5, #{$selector} h5 {
98
@include mat-typography-font-shorthand(
99
- mat-font-size($config, body-1) * 0.83,
+ calc(mat-font-size($config, body-1) * 0.83),
100
mat-font-weight($config, body-1),
101
mat-line-height($config, body-1),
102
mat-font-family($config, body-1)
@@ -107,7 +107,7 @@
107
108
.mat-h6, #{$selector} h6 {
109
110
- mat-font-size($config, body-1) * 0.67,
+ calc(mat-font-size($config, body-1) * 0.67),
111
112
113
0 commit comments