docs: add fonts URL into homepage as well

This commit is contained in:
Federico Zivolo 2017-09-11 13:09:04 +02:00
parent dd73f412f0
commit 94853fd2b2

View File

@ -64,6 +64,7 @@ bower install bootstrap-material-design#v{{ site.current_version }}
<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 %}