From 10dd192705f80b21311d5d042d7a2d3697ef51f4 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Sun, 27 Nov 2022 20:12:51 -0600 Subject: [PATCH] Update font-optimization.md --- docs/basic-features/font-optimization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/basic-features/font-optimization.md b/docs/basic-features/font-optimization.md index 614e0fd32390bf6..f0db4c0c72f8d63 100644 --- a/docs/basic-features/font-optimization.md +++ b/docs/basic-features/font-optimization.md @@ -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.