Skip to content

Instantly share code, notes, and snippets.

@marinofelipe
Last active April 8, 2019 03:23
Show Gist options
  • Save marinofelipe/8df29a0aedb3974d986c02899b5c624d to your computer and use it in GitHub Desktop.
Save marinofelipe/8df29a0aedb3974d986c02899b5c624d to your computer and use it in GitHub Desktop.
Blog post / Dynamic Type - App's custom fonts enumeration
enum jurassicPark: String {
case
regular = "JurassicPark-Regular",
semibold = "JurassicPark-Semibold",
bold = "JurassicPark-Bold"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment