Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Roboto import to nextjs.md #44462

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

StaceyD22
Copy link

Add import statement for Roboto in nextjs markdown documentation

Add import statement for Roboto in example

Signed-off-by: Stacey Dale <[email protected]>
@mui-bot
Copy link

mui-bot commented Nov 18, 2024

Netlify deploy preview

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against a4ef748

@zannager zannager added the docs Improvements or additions to the documentation label Nov 19, 2024
aarongarciah
aarongarciah previously approved these changes Nov 19, 2024
@aarongarciah aarongarciah dismissed their stale review November 19, 2024 13:34

Missed something

@@ -89,6 +89,7 @@ Finally, in `src/app/layout.tsx`, pass the theme to the `ThemeProvider`:

```diff title="app/layout.tsx"
import { AppRouterCacheProvider } from '@mui/material-nextjs/v15-appRouter';
+import { Roboto } from '@next/font/google';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
+import { Roboto } from '@next/font/google';
+import { Roboto } from 'next/font/google';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants