From 1418b2abce5f42d1c22cf3b60a8aea8b20031538 Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Thu, 7 Dec 2023 22:29:05 +0000 Subject: [PATCH] Font preloads also require crossorigin attributes (#30809) --- files/en-us/web/html/element/link/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/files/en-us/web/html/element/link/index.md b/files/en-us/web/html/element/link/index.md index 5da85ea6a1195bb..9cb43ec1b6abbe3 100644 --- a/files/en-us/web/html/element/link/index.md +++ b/files/en-us/web/html/element/link/index.md @@ -120,7 +120,15 @@ This element includes the [global attributes](/en-US/docs/Web/HTML/Global_attrib font - CSS @font-face + +

CSS @font-face

+
+

+ Note: This value also requires + <link> to contain the crossorigin attribute, see CORS-enabled fetches. +

+
+ image