Skip to content

Commit

Permalink
Add Clarity About Downloading and Self-Hosting a Font File (#33760)
Browse files Browse the repository at this point in the history
Details about downloading and self-hosting font files were missing from our[ Font Optimization docs](https://nextjs.org/docs/basic-features/font-optimization). This PR addresses these changes.

## Bug

- [x] Related issues linked using #33054

## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
  • Loading branch information
MaedahBatool committed Feb 1, 2022
1 parent 791c356 commit af0d082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/basic-features/font-optimization.md
Expand Up @@ -78,6 +78,8 @@ Automatic Webfont Optimization currently supports Google Fonts and Typekit with
See [Google Font Display](https://nextjs.org/docs/messages/google-font-display) for more information.
> **Note**: Font Optimization does not currently support self-hosted fonts.
## Disabling Optimization
If you do not want Next.js to optimize your fonts, you can opt-out.
Expand Down

0 comments on commit af0d082

Please sign in to comment.