File tree 1 file changed +7
-6
lines changed 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -237,12 +237,13 @@ The following example demonstrates usage of the typography styles emitted by the
237
237
You can read typography style values from a typography config via the following Sass functions. Each
238
238
accepts a typography config and a level.
239
239
240
- | Function | Example usage |
241
- | ---------------| ---------------------------------------|
242
- | ` font-size ` | ` mat.font-size($config, 'body-1'); ` |
243
- | ` font-family ` | ` mat.font-family($config, 'body-1'); ` |
244
- | ` font-weight ` | ` mat.font-weight($config, 'body-1'); ` |
245
- | ` line-height ` | ` mat.line-height($config, 'body-1'); ` |
240
+ | Function | Example usage |
241
+ | ------------------| ------------------------------------------|
242
+ | ` font-size ` | ` mat.font-size($config, 'body-1'); ` |
243
+ | ` font-family ` | ` mat.font-family($config, 'body-1'); ` |
244
+ | ` font-weight ` | ` mat.font-weight($config, 'body-1'); ` |
245
+ | ` line-height ` | ` mat.line-height($config, 'body-1'); ` |
246
+ | ` letter-spacing ` | ` mat.letter-spacing($config, 'body-1'); ` |
246
247
247
248
Additionally, you can use the ` typography-level ` Sass mixin to directly emit the CSS styles for a
248
249
given typography level.
You can’t perform that action at this time.
0 commit comments