-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[material-ui][docs] Correct Google font CDN URL as Roboto 600 weight is not used #40852
Conversation
Looks like a regression from #38398. Now, while this is a good step, it's not enough to solve the problem. |
Thanks for raising this @xuhdev ! As @oliviertassinari noted, this change alone isn't enough to close out the problem—you'll need to comb through the examples found in #38398 and remove all links to the |
THanks for the reminder! I updated the URL elsewhere. Please note that the |
The 600 in the URL doesn't seem to do anything and material UI does not use 600 any way. Remove it from the recommended CDN URL. Signed-off-by: Hong Xu <[email protected]>
7a474ff
to
a6eb8e0
Compare
Rebased on HEAD |
I noticed this issue from #40852.
The 600 in the URL doesn't seem to do anything and material UI does not use 600 any way. Remove it from the recommended CDN URL.
material-ui/packages/mui-material/src/styles/createTypography.js
Line 21 in fb2cb7f