From b9a4a05d1b674ca04e9c3bdb5baeb5fafb6e61a1 Mon Sep 17 00:00:00 2001 From: Gerhard Preuss Date: Wed, 3 May 2017 10:43:42 +0200 Subject: [PATCH] add note on font usage --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 23573a9e1..000d91dd4 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ ReactDOM.render(, document.getElementById('root')) @import "../node_modules/md-components/css/base"; ``` +## Fonts + +The 'Roboto' font must be provided separetely and is not part of the package, e.g.: + +```css +@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700'); +``` + ## Custom colors / Theming md-components uses six colors: