Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 911 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 911 Bytes

Swift 5.0 License: MIT Donate

Swift-Roboto

About

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

Usage

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)

Contribute

Anyone is free to contribute. Just open a Pull Request or Issue. Tests are preferred for new features.

License

Swift-Roboto is available under the MIT license. See the LICENSE file for more info.