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 --> <!-- WEB FONTS -->
<link <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" rel="stylesheet"
/> />
<link <link
@ -38,9 +38,7 @@
</head> </head>
<body> <body>
<noscript> <noscript> You need to enable JavaScript to run this app. </noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div> <div id="root"></div>
</body> </body>