Skip to content

Commit

Permalink
docs: add fonts URL into homepage as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Zivolo committed Sep 11, 2017
1 parent dd73f41 commit 94853fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ <h3>Bootstrap CDN</h3>

<h5>CSS only</h5>
{% highlight html %}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons">
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
{% endhighlight %}

Expand Down

0 comments on commit 94853fd

Please sign in to comment.