Skip to content

A Framework to help with adding the Roboto Font to IOS Apps

License

Notifications You must be signed in to change notification settings

BobbyRohweder/Swift-Roboto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Framework to help with adding the Roboto Font to IOS Apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published