Skip to content

Commit

Permalink
Add Clarity About Downloading and Self-Hosting a Font File (vercel#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 vercel#33054

## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
  • Loading branch information
MaedahBatool authored and natew committed Feb 16, 2022
1 parent c4c633e commit 9b14ee5
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 9b14ee5

Please sign in to comment.