add google fonts preconnect link

This commit is contained in:
2018-08-25 21:04:52 +03:00
parent 21dd4ca728
commit 1fcce3be23

View File

@@ -11,6 +11,7 @@
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="preconnect" href="http://fonts.googleapis.com">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.