Add Roboto font and google icons to the docs

This commit is contained in:
Marcos Moura 2016-10-21 18:25:29 -02:00
parent a7e27ae071
commit d9bcbf4b71
2 changed files with 13 additions and 0 deletions

View file

@ -9,6 +9,13 @@ Vue Material is lightweight framework built exactly according to the <a href="ht
## Installation
Import Roboto and Google Icons from Google CDN:
``` html
&lt;link rel=&quot;stylesheet&quot; href=&quot;//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;//fonts.googleapis.com/icon?family=Material+Icons&quot;&gt;
```
Install Vue Material through npm or yarn
``` bash
npm install --save vue-material

View file

@ -3,6 +3,12 @@
<single-page-banner label="Getting Started"></single-page-banner>
<single-page-section label="Installation">
<p>Import Roboto and Google Icons from Google CDN:</p>
<code-block lang="xml">
&lt;link rel=&quot;stylesheet&quot; href=&quot;//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;//fonts.googleapis.com/icon?family=Material+Icons&quot;&gt;
</code-block>
<p>
- Install Vue Material through npm or yarn: <br>
<code>npm install vue-material</code><br>