fix(index.html): Add Roboto Google Font dependency

This commit is contained in:
dannyrb 2019-05-19 20:14:39 -04:00
parent bb58a5f9f7
commit 05c0e1418c

View File

@ -26,7 +26,7 @@
<!-- WEB FONTS -->
<link
href="https://fonts.googleapis.com/css?family=Sanchez"
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700|Sanchez&display=swap"
rel="stylesheet"
/>
<link
@ -38,9 +38,7 @@
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root"></div>
</body>