Last active
April 8, 2019 03:23
-
-
Save marinofelipe/8df29a0aedb3974d986c02899b5c624d to your computer and use it in GitHub Desktop.
Blog post / Dynamic Type - App's custom fonts enumeration
This file contains hidden or 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 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