diff --git a/content/docs/tailwind/typography/font-size.mdx b/content/docs/tailwind/typography/font-size.mdx index df3c4b9..c9564ab 100644 --- a/content/docs/tailwind/typography/font-size.mdx +++ b/content/docs/tailwind/typography/font-size.mdx @@ -13,7 +13,7 @@ import Usage from "../_usage.tsx"; ## `rem` scaling -Tailwind CSS using `rem` units for font sizes by default. To improve performance Nativewind will inline `rem` values on all platforms, except for Web. Nativewind uses the following `rem` for each platform +Tailwind CSS uses `rem` units for font sizes by default. To improve performance Nativewind will inline `rem` values on all platforms, except for Web. Nativewind uses the following `rem` for each platform - **Web**: `16px` - **All other platforms**: `14px` (matches React Native's default Text size)