From 73a35c73322be82b3395cd2234ebd9fb9a7ea236 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 25 Feb 2019 02:31:35 +0000 Subject: [PATCH] Deploy website Deploy website version based on 358304ca3d8dcc175cb30b49cecef6680d755d34 --- docs/next/text.html | 2 +- docs/next/text/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/text.html b/docs/next/text.html index 7da3e695427..46286e22892 100644 --- a/docs/next/text.html +++ b/docs/next/text.html @@ -152,7 +152,7 @@ AppRegistry.registerComponent('AwesomeProject', </Text> </View> -

You also lose the ability to set up a default font for an entire subtree. The recommended way to use consistent fonts and sizes across your application is to create a component MyAppText that includes them and use this component across your app. You can also use this component to make more specific components like MyAppHeaderText for other kinds of text.

+

You also lose the ability to set up a default font for an entire subtree. Meanwhile, fontFamily only accepts a single font name, which is different from font-family in CSS. The recommended way to use consistent fonts and sizes across your application is to create a component MyAppText that includes them and use this component across your app. You can also use this component to make more specific components like MyAppHeaderText for other kinds of text.

<View>
   <MyAppText>
     Text styled with the default font for the entire application
diff --git a/docs/next/text/index.html b/docs/next/text/index.html
index 7da3e695427..46286e22892 100644
--- a/docs/next/text/index.html
+++ b/docs/next/text/index.html
@@ -152,7 +152,7 @@ AppRegistry.registerComponent('AwesomeProject',
   </Text>
 </View>
 
-

You also lose the ability to set up a default font for an entire subtree. The recommended way to use consistent fonts and sizes across your application is to create a component MyAppText that includes them and use this component across your app. You can also use this component to make more specific components like MyAppHeaderText for other kinds of text.

+

You also lose the ability to set up a default font for an entire subtree. Meanwhile, fontFamily only accepts a single font name, which is different from font-family in CSS. The recommended way to use consistent fonts and sizes across your application is to create a component MyAppText that includes them and use this component across your app. You can also use this component to make more specific components like MyAppHeaderText for other kinds of text.

<View>
   <MyAppText>
     Text styled with the default font for the entire application