Skip to content

Instantly share code, notes, and snippets.

@drrost
Created February 5, 2020 14:11
Show Gist options
  • Save drrost/c54ab48db25b3402079798092b444f55 to your computer and use it in GitHub Desktop.
Save drrost/c54ab48db25b3402079798092b444f55 to your computer and use it in GitHub Desktop.
HTML notation for Font Swift class
extension Font {
public static let h1: Font = .largeTitle
public static let h2: Font = .title
public static let h3: Font = .headline
public static let h4: Font = .subheadline
public static let h5: Font = .body
public static let h6: Font = .callout
public static let h7: Font = .footnote
public static let h8: Font = .caption
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment