Skip to content

Instantly share code, notes, and snippets.

@sauvikatinnofied
Created January 3, 2017 22:32
Show Gist options
  • Save sauvikatinnofied/5e1222ec781c074033b8d503a8c128b4 to your computer and use it in GitHub Desktop.
Save sauvikatinnofied/5e1222ec781c074033b8d503a8c128b4 to your computer and use it in GitHub Desktop.
MediumBlogFontUsages8
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