Skip to content

Commit

Permalink
fix(index.html): Add Roboto Google Font dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyrb committed May 20, 2019
1 parent bb58a5f commit 05c0e14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>
Expand Down

0 comments on commit 05c0e14

Please sign in to comment.