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 b1f433e commit 434ec52Copy full SHA for 434ec52
src/material/core/typography/_typography.scss
@@ -132,6 +132,7 @@
132
body-1: map.get($config, body-2),
133
button: map.get($config, button),
134
caption: map.get($config, caption),
135
+ font-family: map.get($config, font-family),
136
);
137
$non-null-args: ();
138
@each $key, $value in $args {
@@ -161,6 +162,7 @@
161
162
headline-5: map.get($config, headline),
163
headline-6: map.get($config, title),
164
subtitle-1: map.get($config, subheading-2),
165
+ font-famiy: map.get($config, font-family),
166
167
// These mappings are odd, but body-2 in the 2014 system actually looks closer to subtitle-2
168
// in the 2018 system, and subeading-1 in the 2014 system looks more like body-1 in the 2018
0 commit comments