OpenSansSwift allows you to easily use the OpenSans font in Swift.
Why use OpenSansSwift frameworks ?
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.
