Merge pull request #644 from JamesAlias/patch-1

Update README.md
old
Javi Velasco 2016-07-16 21:01:51 +02:00 committed by GitHub
commit 1544861b14
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ A couple of things here. First you need to use raw components to get this styles
## Roboto Font and Material Design Icons
React Toolbox assumes that you are importing [Roboto Font](https://www.google.com/fonts/specimen/Roboto) and [Material Design Icons](https://www.google.com/design/icons/).
React Toolbox assumes that you are importing [Roboto Font](https://fonts.google.com/specimen/Roboto) and [Material Design Icons](https://www.google.com/design/icons/).
In order to import the fonts for you, we'd need to include them in the CSS which is considered a bad practice. If you are not including them in your app, go to the linked sites and follow the instructions.