From 3a572704847b57fe886c586d0754961aaa4c5fb6 Mon Sep 17 00:00:00 2001 From: Robert Baruck Date: Fri, 15 Jul 2016 00:03:59 +0200 Subject: [PATCH] Update README.md In *Roboto Font and Material Design Icons* update link to Roboto font. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a8dd29..743871d4 100644 --- a/README.md +++ b/README.md @@ -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.