Skip to content

Instantly share code, notes, and snippets.

@asmallteapot
Forked from dustinrue/gist:2707456
Created May 16, 2012 13:39
Show Gist options
  • Save asmallteapot/2710393 to your computer and use it in GitHub Desktop.
Save asmallteapot/2710393 to your computer and use it in GitHub Desktop.
Custom fonts in iOS apps

Original blog post

  1. Add your custom font files to Git/Xcode/your app’s target.
  2. Add a UIAppFonts array entry to your Info.plist.
  3. Add each font’s filename (including extension) to the UIAppFonts entry.
  4. Now you can use the font like any that came with iOS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment