diff --git a/README.md b/README.md index 9db1b8c..0fe444a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ Vue Material is lightweight framework built exactly according to the +

Import Roboto and Google Icons from Google CDN:

+ +<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:
npm install vue-material