From 93f39a5a3226bd07b7309d98df182dd8406e4ed7 Mon Sep 17 00:00:00 2001 From: Nader Dabit Date: Mon, 12 Sep 2016 08:33:49 -0500 Subject: [PATCH] Updated readme Added info about Lato font. --- Readme.MD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.MD b/Readme.MD index 1d97dc8e95..1c7bde0a18 100644 --- a/Readme.MD +++ b/Readme.MD @@ -70,9 +70,10 @@ Check out the pre built and configured [React Native Hackathon Starter Project]( ## Notes #### Fonts -React Native Elements uses Helvetica Neue as the default font family for iOS and Roboto as the default font family for Android. +React Native Elements uses Helvetica Neue as the default font family for iOS and Roboto as the default font family for Android. +**In the example screenshots, we are using Lato which can be downloaded [here](https://fonts.google.com/specimen/Lato?selection.family=Lato).** -> We are working on a way to make the font family configurable through the command line. +> We are working on a way to make a custom font family configurable through the command line. [Here](https://github.com/dabit3/react-native-fonts) is a list of fonts available out of the box for each platform, or you can install and use a custom font of your own.