Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 640 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 640 Bytes

FontAwesome.swift CI Status

Use Font Awesome in your Swift projects

Installation

  • Drag and drop FontAwesome.otf and FontAwesome.swift files into your project

Examples

var myLabel: UILabel!
myLabel.font = UIFont.fontAwesomeOfSize(200)
myLabel.text = String.fontAwesomeIconWithName("fa-github")

Requirements

iOS 7 or later.

License

  • FontAwesome.otf file licensed under SIL OFL 1.1
  • FontAwesome.swift licensed under MIT