Skip to content

Commit

Permalink
add note on font usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lipp committed May 3, 2017
1 parent f6e435e commit b9a4a05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ ReactDOM.render(<App />, 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:
Expand Down

0 comments on commit b9a4a05

Please sign in to comment.