Skip to content

Instantly share code, notes, and snippets.

@NikhilManapure
Last active September 15, 2017 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NikhilManapure/fcaab75c535e99f0e53d4aa1e14be9db to your computer and use it in GitHub Desktop.
Save NikhilManapure/fcaab75c535e99f0e53d4aa1e14be9db to your computer and use it in GitHub Desktop.
enum Fonts: String {
case NemoNightmares
case Zapfino
var uiFont: UIFont? {
get {
return UIFont(name: self.rawValue, size: 15)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment