Created
February 10, 2020 18:24
-
-
Save vinczebalazs/340038d70107ca9b7ce8cb04fc31ac7b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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