Last active
March 13, 2019 04:13
-
-
Save marinofelipe/fb7cd916e13ea3657eb1ee797515f142 to your computer and use it in GitHub Desktop.
Blog post / Dynamic Type - UIFont extension with jurassic park font that adopts CustomFont protocol
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
extension UIFont { | |
enum jurassicPark: String, CustomFont { | |
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