From 182fafe7452419e3f29c9ca7ba5a5ff696dea448 Mon Sep 17 00:00:00 2001 From: Marcos Moura Date: Fri, 21 Oct 2016 18:25:29 -0200 Subject: [PATCH] Add Roboto font and google icons to the docs #15 --- README.md | 7 +++++++ docs/src/pages/GettingStarted.vue | 6 ++++++ 2 files changed, 13 insertions(+) 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