Skip to content

Instantly share code, notes, and snippets.

@vinczebalazs
Created February 10, 2020 18:24
Show Gist options
  • Save vinczebalazs/340038d70107ca9b7ce8cb04fc31ac7b to your computer and use it in GitHub Desktop.
Save vinczebalazs/340038d70107ca9b7ce8cb04fc31ac7b to your computer and use it in GitHub Desktop.
enum Weight: String {
case bold = "Bold"
case light = "Light"
case regular = "Regular"
case semiBold = "SemiBold"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment