Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/3.4.x/customizing-fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Follow 3 simple steps to add a custom font family.

[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/)

[Refer this guide if you're using React Native init](https://aravindmnair.medium.com/add-custom-fonts-to-react-native-0-60-easily-in-3-steps-fcd71459f4c9)
[Refer this guide if you're using React Native init](https://blog.logrocket.com/adding-custom-fonts-react-native/)


### Extend NativeBase theme object.

Expand Down
4 changes: 2 additions & 2 deletions docs/next/customizing-fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Follow 3 simple steps to add a custom font family.

[Refer this guide if you're using Expo](https://docs.expo.io/guides/using-custom-fonts/)

[Refer this guide if you're using React Native init](https://aravindmnair.medium.com/add-custom-fonts-to-react-native-0-60-easily-in-3-steps-fcd71459f4c9)

[Refer this guide if you're using React Native init](https://blog.logrocket.com/adding-custom-fonts-react-native/)
### Extend NativeBase theme object.

We extend the theme object and override `fontConfig` and `fonts` properties which define the mappings.
Expand Down