1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-30 13:41:44 +02:00

more typekit preconnect

This commit is contained in:
Matthias Kretschmann 2019-06-10 03:11:40 +02:00
parent 8e84e0ef73
commit 74aed51841
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -34,8 +34,9 @@ const Typekit = () => (
return (
typekitID && (
<Helmet>
<link rel="preconnect" href="https://use.typekit.net" />
<link rel="preconnect" href="https://typekit.com" />
<link rel="preconnect" href="https://use.typekit.net" />
<link rel="preconnect" href="https://p.typekit.net" />
{TypekitScript(typekitID)}
</Helmet>