Brings Lato font to iOS.
To run the example project, clone the repo, and run pod install
from the Example directory first.
public class func latoHairline(size: CGFloat) -> UIFont!
Returns Lato
font with hairline
style.
public class func latoHairlineItalic(size: CGFloat) -> UIFont!
Returns Lato
font with hairline italic
style.
public class func latoLight(size: CGFloat) -> UIFont!
Returns Lato
font with light
style.
public class func latoLightItalic(size: CGFloat) -> UIFont!
Returns Lato
font with light italic
style.
public class func lato(size: CGFloat) -> UIFont!
Returns Lato
font with lato
style.
public class func latoItalic(size: CGFloat) -> UIFont!
Returns Lato
font with italic
style.
public class func latoBold(size: CGFloat) -> UIFont!
Returns Lato
font with bold
style.
public class func latoBoldItalic(size: CGFloat) -> UIFont!
Returns Lato
font with bold italic
style.
public class func latoBlack(size: CGFloat) -> UIFont!
Returns Lato
font with black
style.
public class func latoBlackItalic(size: CGFloat) -> UIFont!
Returns Lato
font with black italic
style.
LatoFont is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "LatoFont"
Source code of this project is available under the standard MIT license. Please see the license file.
Lukasz Dziedzic holds copyright to the Lato font which is licensed under the SIL Open Font License.