You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing your typography config to `core` mixin will apply your specified values to all Angular
115
-
Material components. If a config is not specified, `core` will emit the default Material Design
116
-
typography styles.
117
-
118
101
### Typography configs and theming
119
102
120
-
In addition to the `core` mixin, you can specify your typography config when including any `theme`
121
-
mixin, as described in the [theming guide][theming-system]. Because the `core` mixin always emits
122
-
typography styles, specifying a typography config to a theme mixin results in duplicate typography
123
-
CSS. You should only provide a typography config when applying your theme if you need to specify
124
-
multiple typography styles that are conditionally applied based on your application's behavior.
103
+
You can provide a typography config when defining a theme to customize typographic styles. See the [theming guide][theming-system] for details on custom themes.
125
104
126
105
The following example shows a typical theme definition and a "kids theme" that only applies when
127
106
the `".kids-theme"` CSS class is present. You can [see the theming guide for more guidance on
0 commit comments