Skip to content

Commit

Permalink
Font preloads also require crossorigin attributes (#30809)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Dec 7, 2023
1 parent 3ae834d commit 1418b2a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion files/en-us/web/html/element/link/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,15 @@ This element includes the [global attributes](/en-US/docs/Web/HTML/Global_attrib
</tr>
<tr>
<td>font</td>
<td>CSS @font-face</td>
<td>
<p>CSS @font-face</p>
<div class="notecard note">
<p>
<strong>Note:</strong> This value also requires
<code>&#x3C;link></code> to contain the crossorigin attribute, see <a href="/en-US/docs/Web/HTML/Attributes/rel/preload#cors-enabled_fetches">CORS-enabled fetches</a>.
</p>
</div>
</td>
</tr>
<tr>
<td>image</td>
Expand Down

0 comments on commit 1418b2a

Please sign in to comment.