Skip to content

Instantly share code, notes, and snippets.

@vinczebalazs
Created February 10, 2020 18:15
Show Gist options
  • Save vinczebalazs/31c3362b27441a3f6cdfd77ed3e3c1d0 to your computer and use it in GitHub Desktop.
Save vinczebalazs/31c3362b27441a3f6cdfd77ed3e3c1d0 to your computer and use it in GitHub Desktop.
static func font(_ name: Font, size: CGFloat) -> UIFont {
UIFont(name: name.rawValue, size: size)!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment