mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-21 07:11:03 +00:00
Add Roboto font and google icons to the docs
This commit is contained in:
parent
a7e27ae071
commit
d9bcbf4b71
2 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
|
||||
```
|
||||
|
||||
Install Vue Material through npm or yarn
|
||||
``` bash
|
||||
npm install --save vue-material
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
|
||||
</code-block>
|
||||
|
||||
<p>
|
||||
- Install Vue Material through npm or yarn: <br>
|
||||
<code>npm install vue-material</code><br>
|
||||
|
|
|
|||
Loading…
Reference in a new issue