Add crossorigin attribute

This commit is contained in:
Giovanni Giordano 2020-01-03 22:28:36 +01:00
parent 02bf6f0f14
commit e80d755c92

View File

@ -11,7 +11,7 @@
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="preload" href="https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf" as="font" type="font/ttf">
<link rel="preload" href="https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf" as="font" type="font/ttf" crossorigin="anonymous">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.