File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 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
237237You can read typography style values from a typography config via the following Sass functions. Each
238238accepts a typography config and a level.
239239
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'); ` |
246247
247248Additionally, you can use the ` typography-level ` Sass mixin to directly emit the CSS styles for a
248249given typography level.
You can’t perform that action at this time.
0 commit comments