Skip to content

Commit

Permalink
[docs] Improve typography documentation (#19216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lindsay authored and oliviertassinari committed Jan 14, 2020
1 parent 5633c27 commit 1c6d5a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/pages/customization/typography/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ const theme = createMuiTheme({
},
},
});

// ...
<ThemeProvider theme={theme}>
<CssBaseline />
{children}
</ThemeProvider>
```

## Font size
Expand Down

0 comments on commit 1c6d5a8

Please sign in to comment.