Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 131 Bytes

fontType.md

File metadata and controls

11 lines (11 loc) · 131 Bytes

FontType

enum FontType: String {
	case largeTitle
	case title
	case headline
	case body
	case footnote
	case caption
}