OpenSansSwift

MIT License
Swift
iOS

1 image

Author

Description

Easily use the OpenSans font in Swift

The usual process of embedding any custom fonts in your IOS applications has a few steps:

  • Copy all your font resources to your project
  • Make sure they're copied to the bundle
  • Add UIAppFonts key to info.plist.
  • Painstakingly add all the font names with the right extension
  • Find out the font family and font names programatically
  • Use the fonts

For the OpenSans font, this framework does all that for you. All you have to do is link the compiled framework.

See https://github.com/hemantasapkota/OpenSansSwift for details on installation.

Tags