Skip to content

Instantly share code, notes, and snippets.

@sauvikatinnofied
Created January 3, 2017 22:32

Revisions

  1. sauvikatinnofied created this gist Jan 3, 2017.
    4 changes: 4 additions & 0 deletions FontUsagesNew.swift
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    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