Created
January 3, 2017 22:32
-
-
Save sauvikatinnofied/5e1222ec781c074033b8d503a8c128b4 to your computer and use it in GitHub Desktop.
MediumBlogFontUsages8
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
let system12 = Font(.system, size: .standard(.h5)).instance | |
let robotoThin20 = Font(.installed(.RobotoThin), size: .standard(.h1)).instance | |
let robotoBlack14 = Font(.installed(.RobotoBlack), size: .standard(.h4)).instance | |
let helveticaLight13 = Font(.custom("Helvetica-Light"), size: .custom(13.0)).instance |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment