From 602d65a5d8e0475b68310908adb166f5d287c6a0 Mon Sep 17 00:00:00 2001 From: Howie Xie <94725606+HowieHz@users.noreply.github.com> Date: Tue, 26 Aug 2025 18:14:05 +0800 Subject: [PATCH] Update font-display example to use correct format --- files/en-us/web/css/@font-face/font-display/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/css/@font-face/font-display/index.md b/files/en-us/web/css/@font-face/font-display/index.md index c46764649a4c0f3..d0c2cdb82c8a91c 100644 --- a/files/en-us/web/css/@font-face/font-display/index.md +++ b/files/en-us/web/css/@font-face/font-display/index.md @@ -62,7 +62,7 @@ The font display timeline is based on a timer that begins the moment the user ag font-family: ExampleFont; src: url("/path/to/fonts/example-font.woff") format("woff"), - url("/path/to/fonts/example-font.eot") format("eot"); + url("/path/to/fonts/example-font.eot") format("embedded-opentype"); font-weight: 400; font-style: normal; font-display: fallback;