Skip to content

Commit

Permalink
Add link back to font video in Font docs. (#43440)
Browse files Browse the repository at this point in the history
This has been working well in the beta docs, testing on stable docs before we consider doing this with more pages in a more structured way.
  • Loading branch information
leerob committed Nov 29, 2022
1 parent ae626c5 commit 9159a6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/basic-features/font-optimization.md
Expand Up @@ -6,6 +6,8 @@ description: Optimizing loading web fonts with the built-in `@next/font` loaders

[**`@next/font`**](/docs/api-reference/next/font.md) will automatically optimize your fonts (including custom fonts) and remove external network requests for improved privacy and performance.

> **🎥 Watch:** Learn more about how to use `@next/font`[YouTube (6 minutes)](https://www.youtube.com/watch?v=L8_98i_bMMA).
## Overview

`@next/font` includes **built-in automatic self-hosting** for _any_ font file. This means you can optimally load web fonts with zero layout shift, thanks to the underlying CSS `size-adjust` property used.
Expand Down

0 comments on commit 9159a6e

Please sign in to comment.