-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[examples] Fix Joy UI Next.js App Router font loading #38095
[examples] Fix Joy UI Next.js App Router font loading #38095
Conversation
Netlify deploy previewhttps://deploy-preview-38095--material-ui.netlify.app/ Bundle size report |
I have pushed a commit to normalize all the Next.js font loading. Off-topic. The content of the pages for the Joy UI and Material UI examples don't really make sense for me, those are starters, so I think they should point to the templates page but not include any. |
Thanks ~ looks neater to do this in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 🙌 @IgnacioUtrilla & @oliviertassinari
<FormLabel>Email</FormLabel> | ||
<Input name="email" type="email" placeholder="[email protected]" /> | ||
</FormControl> | ||
<FormControl> | ||
<FormControl id="password"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix related to this problem #38103.
This PR aims to align all the used font-family styles of MUI components when next/font is used.
Similar to this PR: #38026
Before
After
Close #38083