[docs-infra] Use Next.js font loader
Open
@alexfauquette is already working on this.
Since Jul 15, 2024.
performance
scope: docs-infra
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
Summary
Using Google Font to load fonts has a couple of issues:
- Layout shift on first load
- Missing https://github.com/google/fonts/issues/473 subresource integrity support
Instead, we could use https://nextjs.org/docs/pages/building-your-application/optimizing/fonts. However, this depends on using SWC.
Examples
No response
Motivation
Context: https://groups.google.com/a/mui.com/g/team-store/c/6tkWMOQ2ho0
Search keywords: -
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.