• Link Custom Fonts Manually for iOS
  • Open your project in Xcode and make a fonts folder
  • Confirm that each font has the correct Target Membership
  • Check that your fonts are included in your bundled resources within the Build Phases section
  • Add your fonts to the Info.plist
  • Use your new custom font/fonts!
  • Link Custom Fonts Manually for Android
  • Automatically