Swift-Roboto is a Framework created for easily adding the Roboto Font to any app,
Roboto Font available for download here: https://fonts.google.com/specimen/Roboto
For Standard Rotobo Fonts:
import SwiftRoboto
label.font = UIFont.roboto(size: 24, weight: .light)
For Italic Rotobo Fonts:
import SwiftRoboto
label.font = UIFont.robotoItalic(size: 24, weight: .light)
Anyone is free to contribute. Just open a Pull Request or Issue. Tests are preferred for new features.
Swift-Roboto is available under the MIT license. See the LICENSE file for more info.