Skip to content

Instantly share code, notes, and snippets.

@vinczebalazs
Created February 10, 2020 18:08
Show Gist options
  • Save vinczebalazs/c474d36f79dadf54abc9583d1991c7a0 to your computer and use it in GitHub Desktop.
Save vinczebalazs/c474d36f79dadf54abc9583d1991c7a0 to your computer and use it in GitHub Desktop.
fonts part 1
struct Fonts {
enum Font: String {
case poppins = "Poppins"
case quicksand = "Quicksand"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment